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