#dccaf4
a pale, vivid violet · warm · closest name: lavender
RGB
220, 202, 244
HSL
266°, 66%, 88%
CMYK
10, 17, 0, 4
Luminance
0.6399
Every format
| HEX | #dccaf4 |
| RGB | rgb(220, 202, 244) |
| HSL | hsl(266, 66%, 88%) |
| CMYK | cmyk(10%, 17%, 0%, 4%) |
| LAB | lab(84.0 14.0 -18.4) |
| LCH | lch(84.0 23.1 307.4) |
| OKLCH | oklch(0.867 0.060 304.6) |
Copy-ready code
/* CSS */
color: #dccaf4;
background-color: #dccaf4;
/* Tailwind (arbitrary) */
class="text-[#dccaf4] bg-[#dccaf4]"
/* SCSS */
$brand: #dccaf4;
/* SwiftUI */
Color(red: 0.863, green: 0.792, blue: 0.957)
/* Android */
Color.parseColor("#dccaf4")Accessibility — WCAG contrast
Aa
#dccaf4 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccaf4 on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green79.2%
Blue95.7%
CMYK percentages
Cyan9.8%
Magenta17.2%
Yellow0.0%
Key (black)4.3%
Color previews
#dccaf4 text on a black background
contrast 13.80:1
Card sample
#dccaf4 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccaf4;
Background color
Panel with #dccaf4 background
background-color: #dccaf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccaf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 202, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 202, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccaf4; background: linear-gradient(135deg, #dccaf4, #F4CAF0);