#dccaf7
a pale, vivid violet · warm · closest name: lavender
RGB
220, 202, 247
HSL
264°, 74%, 88%
CMYK
11, 18, 0, 3
Luminance
0.6417
Every format
| HEX | #dccaf7 |
| RGB | rgb(220, 202, 247) |
| HSL | hsl(264, 74%, 88%) |
| CMYK | cmyk(11%, 18%, 0%, 3%) |
| LAB | lab(84.1 14.7 -19.8) |
| LCH | lch(84.1 24.6 306.5) |
| OKLCH | oklch(0.868 0.064 303.3) |
Copy-ready code
/* CSS */
color: #dccaf7;
background-color: #dccaf7;
/* Tailwind (arbitrary) */
class="text-[#dccaf7] bg-[#dccaf7]"
/* SCSS */
$brand: #dccaf7;
/* SwiftUI */
Color(red: 0.863, green: 0.792, blue: 0.969)
/* Android */
Color.parseColor("#dccaf7")Accessibility — WCAG contrast
Aa
#dccaf7 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccaf7 on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green79.2%
Blue96.9%
CMYK percentages
Cyan10.9%
Magenta18.2%
Yellow0.0%
Key (black)3.1%
Color previews
#dccaf7 text on a black background
contrast 13.83:1
Card sample
#dccaf7 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccaf7;
Background color
Panel with #dccaf7 background
background-color: #dccaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 202, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 202, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccaf7; background: linear-gradient(135deg, #dccaf7, #F7CAF4);