#cfdffc
a pale, electric blue · cool · closest name: lavender
RGB
207, 223, 252
HSL
219°, 88%, 90%
CMYK
18, 12, 0, 1
Luminance
0.7307
Every format
| HEX | #cfdffc |
| RGB | rgb(207, 223, 252) |
| HSL | hsl(219, 88%, 90%) |
| CMYK | cmyk(18%, 12%, 0%, 1%) |
| LAB | lab(88.5 0.5 -15.9) |
| LCH | lch(88.5 15.9 271.8) |
| OKLCH | oklch(0.901 0.043 262.4) |
Copy-ready code
/* CSS */
color: #cfdffc;
background-color: #cfdffc;
/* Tailwind (arbitrary) */
class="text-[#cfdffc] bg-[#cfdffc]"
/* SCSS */
$brand: #cfdffc;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.988)
/* Android */
Color.parseColor("#cfdffc")Accessibility — WCAG contrast
Aa
#cfdffc on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdffc on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta11.5%
Yellow0.0%
Key (black)1.2%
Color previews
#cfdffc text on a black background
contrast 15.61:1
Card sample
#cfdffc text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdffc;
Background color
Panel with #cfdffc background
background-color: #cfdffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdffc; background: linear-gradient(135deg, #cfdffc, #DDCFFC);