#cfd1fc
a pale, electric blue · warm · closest name: lavender
RGB
207, 209, 252
HSL
237°, 88%, 90%
CMYK
18, 17, 0, 1
Luminance
0.6589
Every format
| HEX | #cfd1fc |
| RGB | rgb(207, 209, 252) |
| HSL | hsl(237, 88%, 90%) |
| CMYK | cmyk(18%, 17%, 0%, 1%) |
| LAB | lab(84.9 7.9 -21.2) |
| LCH | lch(84.9 22.6 290.4) |
| OKLCH | oklch(0.873 0.059 283.0) |
Copy-ready code
/* CSS */
color: #cfd1fc;
background-color: #cfd1fc;
/* Tailwind (arbitrary) */
class="text-[#cfd1fc] bg-[#cfd1fc]"
/* SCSS */
$brand: #cfd1fc;
/* SwiftUI */
Color(red: 0.812, green: 0.820, blue: 0.988)
/* Android */
Color.parseColor("#cfd1fc")Accessibility — WCAG contrast
Aa
#cfd1fc on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd1fc on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.0%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta17.1%
Yellow0.0%
Key (black)1.2%
Color previews
#cfd1fc text on a black background
contrast 14.18:1
Card sample
#cfd1fc text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd1fc;
Background color
Panel with #cfd1fc background
background-color: #cfd1fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd1fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 209, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 209, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd1fc; background: linear-gradient(135deg, #cfd1fc, #EBCFFC);