#cfdbfe
a pale, electric blue · cool · closest name: lavender
RGB
207, 219, 254
HSL
225°, 96%, 90%
CMYK
19, 14, 0, 0
Luminance
0.7108
Every format
| HEX | #cfdbfe |
| RGB | rgb(207, 219, 254) |
| HSL | hsl(225, 96%, 90%) |
| CMYK | cmyk(19%, 14%, 0%, 0%) |
| LAB | lab(87.5 3.0 -18.4) |
| LCH | lch(87.5 18.6 279.4) |
| OKLCH | oklch(0.893 0.050 270.4) |
Copy-ready code
/* CSS */
color: #cfdbfe;
background-color: #cfdbfe;
/* Tailwind (arbitrary) */
class="text-[#cfdbfe] bg-[#cfdbfe]"
/* SCSS */
$brand: #cfdbfe;
/* SwiftUI */
Color(red: 0.812, green: 0.859, blue: 0.996)
/* Android */
Color.parseColor("#cfdbfe")Accessibility — WCAG contrast
Aa
#cfdbfe on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdbfe on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.9%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta13.8%
Yellow0.0%
Key (black)0.4%
Color previews
#cfdbfe text on a black background
contrast 15.22:1
Card sample
#cfdbfe text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdbfe;
Background color
Panel with #cfdbfe background
background-color: #cfdbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 219, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 219, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdbfe; background: linear-gradient(135deg, #cfdbfe, #E2CFFE);