#d2cdfb
a pale, electric blue · warm · closest name: lavender
RGB
210, 205, 251
HSL
247°, 85%, 89%
CMYK
16, 18, 0, 2
Luminance
0.6433
Every format
| HEX | #d2cdfb |
| RGB | rgb(210, 205, 251) |
| HSL | hsl(247, 85%, 89%) |
| CMYK | cmyk(16%, 18%, 0%, 2%) |
| LAB | lab(84.1 10.7 -21.9) |
| LCH | lch(84.1 24.4 296.1) |
| OKLCH | oklch(0.867 0.063 290.0) |
Copy-ready code
/* CSS */
color: #d2cdfb;
background-color: #d2cdfb;
/* Tailwind (arbitrary) */
class="text-[#d2cdfb] bg-[#d2cdfb]"
/* SCSS */
$brand: #d2cdfb;
/* SwiftUI */
Color(red: 0.824, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#d2cdfb")Accessibility — WCAG contrast
Aa
#d2cdfb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cdfb on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green80.4%
Blue98.4%
CMYK percentages
Cyan16.3%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#d2cdfb text on a black background
contrast 13.87:1
Card sample
#d2cdfb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cdfb;
Background color
Panel with #d2cdfb background
background-color: #d2cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cdfb; background: linear-gradient(135deg, #d2cdfb, #F1CDFB);