#cfdbf4
a pale, vivid blue · cool · closest name: lavender
RGB
207, 219, 244
HSL
221°, 63%, 88%
CMYK
15, 10, 0, 4
Luminance
0.7046
Every format
| HEX | #cfdbf4 |
| RGB | rgb(207, 219, 244) |
| HSL | hsl(221, 63%, 88%) |
| CMYK | cmyk(15%, 10%, 0%, 4%) |
| LAB | lab(87.2 0.9 -13.6) |
| LCH | lch(87.2 13.6 273.9) |
| OKLCH | oklch(0.890 0.037 265.1) |
Copy-ready code
/* CSS */
color: #cfdbf4;
background-color: #cfdbf4;
/* Tailwind (arbitrary) */
class="text-[#cfdbf4] bg-[#cfdbf4]"
/* SCSS */
$brand: #cfdbf4;
/* SwiftUI */
Color(red: 0.812, green: 0.859, blue: 0.957)
/* Android */
Color.parseColor("#cfdbf4")Accessibility — WCAG contrast
Aa
#cfdbf4 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdbf4 on black: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.9%
Blue95.7%
CMYK percentages
Cyan15.2%
Magenta10.2%
Yellow0.0%
Key (black)4.3%
Color previews
#cfdbf4 text on a black background
contrast 15.09:1
Card sample
#cfdbf4 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdbf4;
Background color
Panel with #cfdbf4 background
background-color: #cfdbf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdbf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 219, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 219, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdbf4; background: linear-gradient(135deg, #cfdbf4, #DCCFF4);