#FFE4C4
bisque
#FFE4C4 is a orange colour. In RGB it is 255 red, 228 green and 196 blue, which converts to a hue of 33 degrees, 100% saturation and 88% lightness. It is one of the named CSS colours, written as bisque in stylesheets.
Color values
| HEX | #FFE4C4 |
|---|---|
| RGB | rgb(255, 228, 196) |
| HSL | hsl(33, 100%, 88%) |
| HSV | hsv(33, 23%, 100%) |
| CMYK | cmyk(0%, 11%, 23%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.22:1, and against black it is 17.15: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.22:1 | Fail | Fail |
| Black | 17.15:1 | AAA | AAA |
Tints and shades
Lighter tints move #FFE4C4 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FFE4C4; |
|---|---|
| CSS rgb() | color: rgb(255 228 196); |
| Tailwind | bg-[#ffe4c4] |
| SwiftUI | Color(red: 1.000, green: 0.894, blue: 0.769) |
| Android | Color.parseColor("#FFE4C4") |