#FFDBFF
A very light, vivid neutral closely aligning with Thistle.
About #FFDBFF
When working with digital screens, the color #FFDBFF is rendered by mixing light. 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 255.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 14% Magenta, 0% Yellow, and 0% Black. The HSL representation is 300.0° hue, 100.0% saturation, and 92.9% lightness.
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#FFDBFF
RGB255, 219, 255
HSL300.0°, 100.0%, 92.9%
CMYK0%, 14%, 0%, 0%
HSV300.0°, 14.1%, 100.0%
LAB91.3, 18.5, -12.9
XYZ84.6, 79.1, 105.4
Decimal16767999
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.83:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFDBFF;
}
.text-color {
color: #FFDBFF;
}
.border-color {
border: 2px solid #FFDBFF;
}