#d0cdfc
a pale, electric blue · warm · closest name: lavender
RGB
208, 205, 252
HSL
244°, 89%, 90%
CMYK
18, 19, 0, 1
Luminance
0.6410
Every format
| HEX | #d0cdfc |
| RGB | rgb(208, 205, 252) |
| HSL | hsl(244, 89%, 90%) |
| CMYK | cmyk(18%, 19%, 0%, 1%) |
| LAB | lab(84.0 10.3 -22.6) |
| LCH | lch(84.0 24.9 294.6) |
| OKLCH | oklch(0.866 0.065 287.9) |
Copy-ready code
/* CSS */
color: #d0cdfc;
background-color: #d0cdfc;
/* Tailwind (arbitrary) */
class="text-[#d0cdfc] bg-[#d0cdfc]"
/* SCSS */
$brand: #d0cdfc;
/* SwiftUI */
Color(red: 0.816, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#d0cdfc")Accessibility — WCAG contrast
Aa
#d0cdfc on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0cdfc on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green80.4%
Blue98.8%
CMYK percentages
Cyan17.5%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#d0cdfc text on a black background
contrast 13.82:1
Card sample
#d0cdfc text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0cdfc;
Background color
Panel with #d0cdfc background
background-color: #d0cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0cdfc; background: linear-gradient(135deg, #d0cdfc, #EFCDFC);