#cfd8fe
a pale, electric blue · warm · closest name: lavender
RGB
207, 216, 254
HSL
229°, 96%, 90%
CMYK
19, 15, 0, 0
Luminance
0.6953
Every format
| HEX | #cfd8fe |
| RGB | rgb(207, 216, 254) |
| HSL | hsl(229, 96%, 90%) |
| CMYK | cmyk(19%, 15%, 0%, 0%) |
| LAB | lab(86.8 4.6 -19.5) |
| LCH | lch(86.8 20.1 283.3) |
| OKLCH | oklch(0.887 0.053 274.8) |
Copy-ready code
/* CSS */
color: #cfd8fe;
background-color: #cfd8fe;
/* Tailwind (arbitrary) */
class="text-[#cfd8fe] bg-[#cfd8fe]"
/* SCSS */
$brand: #cfd8fe;
/* SwiftUI */
Color(red: 0.812, green: 0.847, blue: 0.996)
/* Android */
Color.parseColor("#cfd8fe")Accessibility — WCAG contrast
Aa
#cfd8fe on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd8fe on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.7%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta15.0%
Yellow0.0%
Key (black)0.4%
Color previews
#cfd8fe text on a black background
contrast 14.91:1
Card sample
#cfd8fe text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd8fe;
Background color
Panel with #cfd8fe background
background-color: #cfd8fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd8fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 216, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 216, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd8fe; background: linear-gradient(135deg, #cfd8fe, #E5CFFE);