#FFFFDB
A very light, vivid neutral closely aligning with Lightyellow.
About #FFFFDB
The hex code #FFFFDB represents a beautifully specific shade of neutral. It is closely associated with the named CSS color Lightyellow. This translates to an RGB value of rgb(255, 255, 219).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 0% magenta, 14% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FFFFDB
RGB255, 255, 219
HSL60.0°, 100.0%, 92.9%
CMYK0%, 0%, 14%, 0%
HSV60.0°, 14.1%, 100.0%
LAB99.2, -5.9, 17.2
XYZ89.8, 97.9, 81.2
Decimal16777179
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.02:1
Text on #FFFFFF
FAIL
20.58:1
Text on #000000
AAA
1.03:1
Text on #F8FAFC
FAIL
17.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFFFDB;
}
.text-color {
color: #FFFFDB;
}
.border-color {
border: 2px solid #FFFFDB;
}