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