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