#cfdbf1
a pale, vivid blue · cool · closest name: lavender
RGB
207, 219, 241
HSL
219°, 55%, 88%
CMYK
14, 9, 0, 6
Luminance
0.7028
Every format
| HEX | #cfdbf1 |
| RGB | rgb(207, 219, 241) |
| HSL | hsl(219, 55%, 88%) |
| CMYK | cmyk(14%, 9%, 0%, 6%) |
| LAB | lab(87.1 0.3 -12.1) |
| LCH | lch(87.1 12.1 271.5) |
| OKLCH | oklch(0.889 0.033 262.7) |
Copy-ready code
/* CSS */
color: #cfdbf1;
background-color: #cfdbf1;
/* Tailwind (arbitrary) */
class="text-[#cfdbf1] bg-[#cfdbf1]"
/* SCSS */
$brand: #cfdbf1;
/* SwiftUI */
Color(red: 0.812, green: 0.859, blue: 0.945)
/* Android */
Color.parseColor("#cfdbf1")Accessibility — WCAG contrast
Aa
#cfdbf1 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdbf1 on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.9%
Blue94.5%
CMYK percentages
Cyan14.1%
Magenta9.1%
Yellow0.0%
Key (black)5.5%
Color previews
#cfdbf1 text on a black background
contrast 15.06:1
Card sample
#cfdbf1 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdbf1;
Background color
Panel with #cfdbf1 background
background-color: #cfdbf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdbf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 219, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 219, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdbf1; background: linear-gradient(135deg, #cfdbf1, #DACFF1);