#cfdbfb
a pale, electric blue · cool · closest name: lavender
RGB
207, 219, 251
HSL
224°, 85%, 90%
CMYK
18, 13, 0, 2
Luminance
0.7089
Every format
| HEX | #cfdbfb |
| RGB | rgb(207, 219, 251) |
| HSL | hsl(224, 85%, 90%) |
| CMYK | cmyk(18%, 13%, 0%, 2%) |
| LAB | lab(87.4 2.4 -16.9) |
| LCH | lch(87.4 17.1 278.0) |
| OKLCH | oklch(0.892 0.046 269.2) |
Copy-ready code
/* CSS */
color: #cfdbfb;
background-color: #cfdbfb;
/* Tailwind (arbitrary) */
class="text-[#cfdbfb] bg-[#cfdbfb]"
/* SCSS */
$brand: #cfdbfb;
/* SwiftUI */
Color(red: 0.812, green: 0.859, blue: 0.984)
/* Android */
Color.parseColor("#cfdbfb")Accessibility — WCAG contrast
Aa
#cfdbfb on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdbfb on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.9%
Blue98.4%
CMYK percentages
Cyan17.5%
Magenta12.7%
Yellow0.0%
Key (black)1.6%
Color previews
#cfdbfb text on a black background
contrast 15.18:1
Card sample
#cfdbfb text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdbfb;
Background color
Panel with #cfdbfb background
background-color: #cfdbfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdbfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 219, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 219, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdbfb; background: linear-gradient(135deg, #cfdbfb, #E0CFFB);