#cfd2fc
a pale, electric blue · warm · closest name: lavender
RGB
207, 210, 252
HSL
236°, 88%, 90%
CMYK
18, 17, 0, 1
Luminance
0.6639
Every format
| HEX | #cfd2fc |
| RGB | rgb(207, 210, 252) |
| HSL | hsl(236, 88%, 90%) |
| CMYK | cmyk(18%, 17%, 0%, 1%) |
| LAB | lab(85.2 7.4 -20.8) |
| LCH | lch(85.2 22.1 289.5) |
| OKLCH | oklch(0.875 0.058 281.9) |
Copy-ready code
/* CSS */
color: #cfd2fc;
background-color: #cfd2fc;
/* Tailwind (arbitrary) */
class="text-[#cfd2fc] bg-[#cfd2fc]"
/* SCSS */
$brand: #cfd2fc;
/* SwiftUI */
Color(red: 0.812, green: 0.824, blue: 0.988)
/* Android */
Color.parseColor("#cfd2fc")Accessibility — WCAG contrast
Aa
#cfd2fc on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd2fc on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.4%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta16.7%
Yellow0.0%
Key (black)1.2%
Color previews
#cfd2fc text on a black background
contrast 14.28:1
Card sample
#cfd2fc text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd2fc;
Background color
Panel with #cfd2fc background
background-color: #cfd2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 210, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 210, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd2fc; background: linear-gradient(135deg, #cfd2fc, #EACFFC);