#cfd7fc
a pale, electric blue · warm · closest name: lavender
RGB
207, 215, 252
HSL
229°, 88%, 90%
CMYK
18, 15, 0, 1
Luminance
0.6889
Every format
| HEX | #cfd7fc |
| RGB | rgb(207, 215, 252) |
| HSL | hsl(229, 88%, 90%) |
| CMYK | cmyk(18%, 15%, 0%, 1%) |
| LAB | lab(86.5 4.7 -18.9) |
| LCH | lch(86.5 19.5 284.0) |
| OKLCH | oklch(0.885 0.052 275.7) |
Copy-ready code
/* CSS */
color: #cfd7fc;
background-color: #cfd7fc;
/* Tailwind (arbitrary) */
class="text-[#cfd7fc] bg-[#cfd7fc]"
/* SCSS */
$brand: #cfd7fc;
/* SwiftUI */
Color(red: 0.812, green: 0.843, blue: 0.988)
/* Android */
Color.parseColor("#cfd7fc")Accessibility — WCAG contrast
Aa
#cfd7fc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd7fc on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.3%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta14.7%
Yellow0.0%
Key (black)1.2%
Color previews
#cfd7fc text on a black background
contrast 14.78:1
Card sample
#cfd7fc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd7fc;
Background color
Panel with #cfd7fc background
background-color: #cfd7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 215, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 215, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd7fc; background: linear-gradient(135deg, #cfd7fc, #E5CFFC);