#cfd1fe
a pale, electric blue · warm · closest name: lavender
RGB
207, 209, 254
HSL
237°, 96%, 90%
CMYK
19, 18, 0, 0
Luminance
0.6602
Every format
| HEX | #cfd1fe |
| RGB | rgb(207, 209, 254) |
| HSL | hsl(237, 96%, 90%) |
| CMYK | cmyk(19%, 18%, 0%, 0%) |
| LAB | lab(85.0 8.3 -22.2) |
| LCH | lch(85.0 23.7 290.6) |
| OKLCH | oklch(0.874 0.062 283.0) |
Copy-ready code
/* CSS */
color: #cfd1fe;
background-color: #cfd1fe;
/* Tailwind (arbitrary) */
class="text-[#cfd1fe] bg-[#cfd1fe]"
/* SCSS */
$brand: #cfd1fe;
/* SwiftUI */
Color(red: 0.812, green: 0.820, blue: 0.996)
/* Android */
Color.parseColor("#cfd1fe")Accessibility — WCAG contrast
Aa
#cfd1fe on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd1fe on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.0%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta17.7%
Yellow0.0%
Key (black)0.4%
Color previews
#cfd1fe text on a black background
contrast 14.20:1
Card sample
#cfd1fe text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd1fe;
Background color
Panel with #cfd1fe background
background-color: #cfd1fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd1fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 209, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 209, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd1fe; background: linear-gradient(135deg, #cfd1fe, #ECCFFE);