#cfd2ff
a pale, electric blue · warm · closest name: lavender
RGB
207, 210, 255
HSL
236°, 100%, 91%
CMYK
19, 18, 0, 0
Luminance
0.6658
Every format
| HEX | #cfd2ff |
| RGB | rgb(207, 210, 255) |
| HSL | hsl(236, 100%, 91%) |
| CMYK | cmyk(19%, 18%, 0%, 0%) |
| LAB | lab(85.3 8.0 -22.3) |
| LCH | lch(85.3 23.7 289.8) |
| OKLCH | oklch(0.876 0.062 282.0) |
Copy-ready code
/* CSS */
color: #cfd2ff;
background-color: #cfd2ff;
/* Tailwind (arbitrary) */
class="text-[#cfd2ff] bg-[#cfd2ff]"
/* SCSS */
$brand: #cfd2ff;
/* SwiftUI */
Color(red: 0.812, green: 0.824, blue: 1.000)
/* Android */
Color.parseColor("#cfd2ff")Accessibility — WCAG contrast
Aa
#cfd2ff on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd2ff on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.4%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta17.6%
Yellow0.0%
Key (black)0.0%
Color previews
#cfd2ff text on a black background
contrast 14.32:1
Card sample
#cfd2ff text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd2ff;
Background color
Panel with #cfd2ff background
background-color: #cfd2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 210, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 210, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd2ff; background: linear-gradient(135deg, #cfd2ff, #ECCFFF);