#cfd3fc
a pale, electric blue · warm · closest name: lavender
RGB
207, 211, 252
HSL
235°, 88%, 90%
CMYK
18, 16, 0, 1
Luminance
0.6688
Every format
| HEX | #cfd3fc |
| RGB | rgb(207, 211, 252) |
| HSL | hsl(235, 88%, 90%) |
| CMYK | cmyk(18%, 16%, 0%, 1%) |
| LAB | lab(85.4 6.8 -20.5) |
| LCH | lch(85.4 21.6 288.5) |
| OKLCH | oklch(0.877 0.057 280.8) |
Copy-ready code
/* CSS */
color: #cfd3fc;
background-color: #cfd3fc;
/* Tailwind (arbitrary) */
class="text-[#cfd3fc] bg-[#cfd3fc]"
/* SCSS */
$brand: #cfd3fc;
/* SwiftUI */
Color(red: 0.812, green: 0.827, blue: 0.988)
/* Android */
Color.parseColor("#cfd3fc")Accessibility — WCAG contrast
Aa
#cfd3fc on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd3fc on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.7%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta16.3%
Yellow0.0%
Key (black)1.2%
Color previews
#cfd3fc text on a black background
contrast 14.38:1
Card sample
#cfd3fc text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd3fc;
Background color
Panel with #cfd3fc background
background-color: #cfd3fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd3fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 211, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 211, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd3fc; background: linear-gradient(135deg, #cfd3fc, #E9CFFC);