#cfd4fe
a pale, electric blue · warm · closest name: lavender
RGB
207, 212, 254
HSL
234°, 96%, 90%
CMYK
19, 17, 0, 0
Luminance
0.6751
Every format
| HEX | #cfd4fe |
| RGB | rgb(207, 212, 254) |
| HSL | hsl(234, 96%, 90%) |
| CMYK | cmyk(19%, 17%, 0%, 0%) |
| LAB | lab(85.8 6.7 -21.0) |
| LCH | lch(85.8 22.1 287.7) |
| OKLCH | oklch(0.880 0.058 279.8) |
Copy-ready code
/* CSS */
color: #cfd4fe;
background-color: #cfd4fe;
/* Tailwind (arbitrary) */
class="text-[#cfd4fe] bg-[#cfd4fe]"
/* SCSS */
$brand: #cfd4fe;
/* SwiftUI */
Color(red: 0.812, green: 0.831, blue: 0.996)
/* Android */
Color.parseColor("#cfd4fe")Accessibility — WCAG contrast
Aa
#cfd4fe on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd4fe on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.1%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta16.5%
Yellow0.0%
Key (black)0.4%
Color previews
#cfd4fe text on a black background
contrast 14.50:1
Card sample
#cfd4fe text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd4fe;
Background color
Panel with #cfd4fe background
background-color: #cfd4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 212, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 212, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd4fe; background: linear-gradient(135deg, #cfd4fe, #E9CFFE);