#dccaf9
a pale, electric violet · warm · closest name: lavender
RGB
220, 202, 249
HSL
263°, 80%, 88%
CMYK
12, 19, 0, 2
Luminance
0.6430
Every format
| HEX | #dccaf9 |
| RGB | rgb(220, 202, 249) |
| HSL | hsl(263, 80%, 88%) |
| CMYK | cmyk(12%, 19%, 0%, 2%) |
| LAB | lab(84.1 15.1 -20.8) |
| LCH | lch(84.1 25.6 305.9) |
| OKLCH | oklch(0.869 0.067 302.5) |
Copy-ready code
/* CSS */
color: #dccaf9;
background-color: #dccaf9;
/* Tailwind (arbitrary) */
class="text-[#dccaf9] bg-[#dccaf9]"
/* SCSS */
$brand: #dccaf9;
/* SwiftUI */
Color(red: 0.863, green: 0.792, blue: 0.976)
/* Android */
Color.parseColor("#dccaf9")Accessibility — WCAG contrast
Aa
#dccaf9 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccaf9 on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green79.2%
Blue97.6%
CMYK percentages
Cyan11.6%
Magenta18.9%
Yellow0.0%
Key (black)2.4%
Color previews
#dccaf9 text on a black background
contrast 13.86:1
Card sample
#dccaf9 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccaf9;
Background color
Panel with #dccaf9 background
background-color: #dccaf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccaf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 202, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 202, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccaf9; background: linear-gradient(135deg, #dccaf9, #F9CAF7);