#cfd9ff
a pale, electric blue · warm · closest name: lavender
RGB
207, 217, 255
HSL
228°, 100%, 91%
CMYK
19, 15, 0, 0
Luminance
0.7011
Every format
| HEX | #cfd9ff |
| RGB | rgb(207, 217, 255) |
| HSL | hsl(228, 100%, 91%) |
| CMYK | cmyk(19%, 15%, 0%, 0%) |
| LAB | lab(87.0 4.3 -19.6) |
| LCH | lch(87.0 20.1 282.4) |
| OKLCH | oklch(0.890 0.053 273.7) |
Copy-ready code
/* CSS */
color: #cfd9ff;
background-color: #cfd9ff;
/* Tailwind (arbitrary) */
class="text-[#cfd9ff] bg-[#cfd9ff]"
/* SCSS */
$brand: #cfd9ff;
/* SwiftUI */
Color(red: 0.812, green: 0.851, blue: 1.000)
/* Android */
Color.parseColor("#cfd9ff")Accessibility — WCAG contrast
Aa
#cfd9ff on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd9ff on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.1%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta14.9%
Yellow0.0%
Key (black)0.0%
Color previews
#cfd9ff text on a black background
contrast 15.02:1
Card sample
#cfd9ff text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd9ff;
Background color
Panel with #cfd9ff background
background-color: #cfd9ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd9ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 217, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 217, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd9ff; background: linear-gradient(135deg, #cfd9ff, #E5CFFF);