#d0cdfe
a pale, electric blue · warm · closest name: lavender
RGB
208, 205, 254
HSL
244°, 96%, 90%
CMYK
18, 19, 0, 0
Luminance
0.6423
Every format
| HEX | #d0cdfe |
| RGB | rgb(208, 205, 254) |
| HSL | hsl(244, 96%, 90%) |
| CMYK | cmyk(18%, 19%, 0%, 0%) |
| LAB | lab(84.1 10.8 -23.6) |
| LCH | lch(84.1 25.9 294.5) |
| OKLCH | oklch(0.867 0.068 287.7) |
Copy-ready code
/* CSS */
color: #d0cdfe;
background-color: #d0cdfe;
/* Tailwind (arbitrary) */
class="text-[#d0cdfe] bg-[#d0cdfe]"
/* SCSS */
$brand: #d0cdfe;
/* SwiftUI */
Color(red: 0.816, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#d0cdfe")Accessibility — WCAG contrast
Aa
#d0cdfe on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0cdfe on black: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green80.4%
Blue99.6%
CMYK percentages
Cyan18.1%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#d0cdfe text on a black background
contrast 13.85:1
Card sample
#d0cdfe text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0cdfe;
Background color
Panel with #d0cdfe background
background-color: #d0cdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0cdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0cdfe; background: linear-gradient(135deg, #d0cdfe, #F1CDFE);