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