#cfd4fc
a pale, electric blue · warm · closest name: lavender
RGB
207, 212, 252
HSL
233°, 88%, 90%
CMYK
18, 16, 0, 1
Luminance
0.6738
Every format
| HEX | #cfd4fc |
| RGB | rgb(207, 212, 252) |
| HSL | hsl(233, 88%, 90%) |
| CMYK | cmyk(18%, 16%, 0%, 1%) |
| LAB | lab(85.7 6.3 -20.1) |
| LCH | lch(85.7 21.1 287.4) |
| OKLCH | oklch(0.879 0.055 279.6) |
Copy-ready code
/* CSS */
color: #cfd4fc;
background-color: #cfd4fc;
/* Tailwind (arbitrary) */
class="text-[#cfd4fc] bg-[#cfd4fc]"
/* SCSS */
$brand: #cfd4fc;
/* SwiftUI */
Color(red: 0.812, green: 0.831, blue: 0.988)
/* Android */
Color.parseColor("#cfd4fc")Accessibility — WCAG contrast
Aa
#cfd4fc on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd4fc on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.1%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta15.9%
Yellow0.0%
Key (black)1.2%
Color previews
#cfd4fc text on a black background
contrast 14.48:1
Card sample
#cfd4fc text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd4fc;
Background color
Panel with #cfd4fc background
background-color: #cfd4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 212, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 212, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd4fc; background: linear-gradient(135deg, #cfd4fc, #E8CFFC);