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