#cfd3ff
a pale, electric blue · warm · closest name: lavender
RGB
207, 211, 255
HSL
235°, 100%, 91%
CMYK
19, 17, 0, 0
Luminance
0.6707
Every format
| HEX | #cfd3ff |
| RGB | rgb(207, 211, 255) |
| HSL | hsl(235, 100%, 91%) |
| CMYK | cmyk(19%, 17%, 0%, 0%) |
| LAB | lab(85.5 7.5 -21.9) |
| LCH | lch(85.5 23.1 288.8) |
| OKLCH | oklch(0.878 0.061 281.0) |
Copy-ready code
/* CSS */
color: #cfd3ff;
background-color: #cfd3ff;
/* Tailwind (arbitrary) */
class="text-[#cfd3ff] bg-[#cfd3ff]"
/* SCSS */
$brand: #cfd3ff;
/* SwiftUI */
Color(red: 0.812, green: 0.827, blue: 1.000)
/* Android */
Color.parseColor("#cfd3ff")Accessibility — WCAG contrast
Aa
#cfd3ff on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd3ff on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.7%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta17.3%
Yellow0.0%
Key (black)0.0%
Color previews
#cfd3ff text on a black background
contrast 14.41:1
Card sample
#cfd3ff text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd3ff;
Background color
Panel with #cfd3ff background
background-color: #cfd3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 211, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 211, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd3ff; background: linear-gradient(135deg, #cfd3ff, #EBCFFF);