#FFF8DC
cornsilk
#FFF8DC is a yellow colour. In RGB it is 255 red, 248 green and 220 blue, which converts to a hue of 48 degrees, 100% saturation and 93% lightness. It is one of the named CSS colours, written as cornsilk in stylesheets.
Color values
| HEX | #FFF8DC |
|---|---|
| RGB | rgb(255, 248, 220) |
| HSL | hsl(48, 100%, 93%) |
| HSV | hsv(48, 14%, 100%) |
| CMYK | cmyk(0%, 3%, 14%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.07:1, and against black it is 19.71: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.07:1 | Fail | Fail |
| Black | 19.71:1 | AAA | AAA |
Tints and shades
Lighter tints move #FFF8DC toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FFF8DC; |
|---|---|
| CSS rgb() | color: rgb(255 248 220); |
| Tailwind | bg-[#fff8dc] |
| SwiftUI | Color(red: 1.000, green: 0.973, blue: 0.863) |
| Android | Color.parseColor("#FFF8DC") |