#dccaf3
a pale, vivid violet · warm · closest name: lavender
RGB
220, 202, 243
HSL
266°, 63%, 87%
CMYK
10, 17, 0, 5
Luminance
0.6393
Every format
| HEX | #dccaf3 |
| RGB | rgb(220, 202, 243) |
| HSL | hsl(266, 63%, 87%) |
| CMYK | cmyk(10%, 17%, 0%, 5%) |
| LAB | lab(83.9 13.8 -17.9) |
| LCH | lch(83.9 22.6 307.8) |
| OKLCH | oklch(0.867 0.059 305.1) |
Copy-ready code
/* CSS */
color: #dccaf3;
background-color: #dccaf3;
/* Tailwind (arbitrary) */
class="text-[#dccaf3] bg-[#dccaf3]"
/* SCSS */
$brand: #dccaf3;
/* SwiftUI */
Color(red: 0.863, green: 0.792, blue: 0.953)
/* Android */
Color.parseColor("#dccaf3")Accessibility — WCAG contrast
Aa
#dccaf3 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccaf3 on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green79.2%
Blue95.3%
CMYK percentages
Cyan9.5%
Magenta16.9%
Yellow0.0%
Key (black)4.7%
Color previews
#dccaf3 text on a black background
contrast 13.79:1
Card sample
#dccaf3 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccaf3;
Background color
Panel with #dccaf3 background
background-color: #dccaf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccaf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 202, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 202, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccaf3; background: linear-gradient(135deg, #dccaf3, #F3CAEF);