#cfd9fc
a pale, electric blue · warm · closest name: lavender
RGB
207, 217, 252
HSL
227°, 88%, 90%
CMYK
18, 14, 0, 1
Luminance
0.6992
Every format
| HEX | #cfd9fc |
| RGB | rgb(207, 217, 252) |
| HSL | hsl(227, 88%, 90%) |
| CMYK | cmyk(18%, 14%, 0%, 1%) |
| LAB | lab(87.0 3.7 -18.2) |
| LCH | lch(87.0 18.5 281.4) |
| OKLCH | oklch(0.889 0.049 272.8) |
Copy-ready code
/* CSS */
color: #cfd9fc;
background-color: #cfd9fc;
/* Tailwind (arbitrary) */
class="text-[#cfd9fc] bg-[#cfd9fc]"
/* SCSS */
$brand: #cfd9fc;
/* SwiftUI */
Color(red: 0.812, green: 0.851, blue: 0.988)
/* Android */
Color.parseColor("#cfd9fc")Accessibility — WCAG contrast
Aa
#cfd9fc on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd9fc on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.1%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta13.9%
Yellow0.0%
Key (black)1.2%
Color previews
#cfd9fc text on a black background
contrast 14.98:1
Card sample
#cfd9fc text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd9fc;
Background color
Panel with #cfd9fc background
background-color: #cfd9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 217, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 217, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd9fc; background: linear-gradient(135deg, #cfd9fc, #E3CFFC);