#FFE4B5
moccasin
#FFE4B5 is a orange colour. In RGB it is 255 red, 228 green and 181 blue, which converts to a hue of 38 degrees, 100% saturation and 85% lightness. It is one of the named CSS colours, written as moccasin in stylesheets.
Color values
| HEX | #FFE4B5 |
|---|---|
| RGB | rgb(255, 228, 181) |
| HSL | hsl(38, 100%, 85%) |
| HSV | hsv(38, 29%, 100%) |
| CMYK | cmyk(0%, 11%, 29%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.23:1, and against black it is 17.02:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.23:1 | Fail | Fail |
| Black | 17.02:1 | AAA | AAA |
Tints and shades
Lighter tints move #FFE4B5 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FFE4B5; |
|---|---|
| CSS rgb() | color: rgb(255 228 181); |
| Tailwind | bg-[#ffe4b5] |
| SwiftUI | Color(red: 1.000, green: 0.894, blue: 0.710) |
| Android | Color.parseColor("#FFE4B5") |