#d2ccee
a pale, vivid blue · warm · closest name: lavender
RGB
210, 204, 238
HSL
251°, 50%, 87%
CMYK
12, 14, 0, 7
Luminance
0.6306
Every format
| HEX | #d2ccee |
| RGB | rgb(210, 204, 238) |
| HSL | hsl(251, 50%, 87%) |
| CMYK | cmyk(12%, 14%, 0%, 7%) |
| LAB | lab(83.5 8.6 -16.0) |
| LCH | lch(83.5 18.1 298.2) |
| OKLCH | oklch(0.861 0.047 293.5) |
Copy-ready code
/* CSS */
color: #d2ccee;
background-color: #d2ccee;
/* Tailwind (arbitrary) */
class="text-[#d2ccee] bg-[#d2ccee]"
/* SCSS */
$brand: #d2ccee;
/* SwiftUI */
Color(red: 0.824, green: 0.800, blue: 0.933)
/* Android */
Color.parseColor("#d2ccee")Accessibility — WCAG contrast
Aa
#d2ccee on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ccee on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green80.0%
Blue93.3%
CMYK percentages
Cyan11.8%
Magenta14.3%
Yellow0.0%
Key (black)6.7%
Color previews
#d2ccee text on a black background
contrast 13.61:1
Card sample
#d2ccee text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ccee;
Background color
Panel with #d2ccee background
background-color: #d2ccee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ccee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 204, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 204, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ccee; background: linear-gradient(135deg, #d2ccee, #E9CCEE);