#d2ccff
a pale, electric blue · warm · closest name: lavender
RGB
210, 204, 255
HSL
247°, 100%, 90%
CMYK
18, 20, 0, 0
Luminance
0.6411
Every format
| HEX | #d2ccff |
| RGB | rgb(210, 204, 255) |
| HSL | hsl(247, 100%, 90%) |
| CMYK | cmyk(18%, 20%, 0%, 0%) |
| LAB | lab(84.0 12.1 -24.2) |
| LCH | lch(84.0 27.1 296.6) |
| OKLCH | oklch(0.867 0.070 290.2) |
Copy-ready code
/* CSS */
color: #d2ccff;
background-color: #d2ccff;
/* Tailwind (arbitrary) */
class="text-[#d2ccff] bg-[#d2ccff]"
/* SCSS */
$brand: #d2ccff;
/* SwiftUI */
Color(red: 0.824, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#d2ccff")Accessibility — WCAG contrast
Aa
#d2ccff on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ccff on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green80.0%
Blue100.0%
CMYK percentages
Cyan17.6%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#d2ccff text on a black background
contrast 13.82:1
Card sample
#d2ccff text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ccff;
Background color
Panel with #d2ccff background
background-color: #d2ccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ccff; background: linear-gradient(135deg, #d2ccff, #F4CCFF);