#FFDBF0
A very light, vivid neutral closely aligning with Thistle.
About #FFDBF0
At its core, #FFDBF0 is a very light and vivid hue. Its closest recognized web color is Thistle. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 219, and 240.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 14% M, 6% Y, and 0% K. With a hue angle of 325.0 degrees, it sits comfortably in the neutral spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#FFDBF0
RGB255, 219, 240
HSL325.0°, 100.0%, 92.9%
CMYK0%, 14%, 6%, 0%
HSV325.0°, 14.1%, 100.0%
LAB90.9, 15.9, -5.6
XYZ82.3, 78.2, 93.2
Decimal16767984
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.64:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFDBF0;
}
.text-color {
color: #FFDBF0;
}
.border-color {
border: 2px solid #FFDBF0;
}