#d2ccfa
a pale, electric blue · warm · closest name: lavender
RGB
210, 204, 250
HSL
248°, 82%, 89%
CMYK
16, 18, 0, 2
Luminance
0.6379
Every format
| HEX | #d2ccfa |
| RGB | rgb(210, 204, 250) |
| HSL | hsl(248, 82%, 89%) |
| CMYK | cmyk(16%, 18%, 0%, 2%) |
| LAB | lab(83.9 11.1 -21.8) |
| LCH | lch(83.9 24.4 296.9) |
| OKLCH | oklch(0.865 0.064 291.0) |
Copy-ready code
/* CSS */
color: #d2ccfa;
background-color: #d2ccfa;
/* Tailwind (arbitrary) */
class="text-[#d2ccfa] bg-[#d2ccfa]"
/* SCSS */
$brand: #d2ccfa;
/* SwiftUI */
Color(red: 0.824, green: 0.800, blue: 0.980)
/* Android */
Color.parseColor("#d2ccfa")Accessibility — WCAG contrast
Aa
#d2ccfa on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ccfa on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green80.0%
Blue98.0%
CMYK percentages
Cyan16.0%
Magenta18.4%
Yellow0.0%
Key (black)2.0%
Color previews
#d2ccfa text on a black background
contrast 13.76:1
Card sample
#d2ccfa text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ccfa;
Background color
Panel with #d2ccfa background
background-color: #d2ccfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ccfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 204, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 204, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ccfa; background: linear-gradient(135deg, #d2ccfa, #F1CCFA);