#dccafd
a pale, electric violet · warm · closest name: lavender
RGB
220, 202, 253
HSL
261°, 93%, 89%
CMYK
13, 20, 0, 1
Luminance
0.6455
Every format
| HEX | #dccafd |
| RGB | rgb(220, 202, 253) |
| HSL | hsl(261, 93%, 89%) |
| CMYK | cmyk(13%, 20%, 0%, 1%) |
| LAB | lab(84.3 15.9 -22.7) |
| LCH | lch(84.3 27.7 305.0) |
| OKLCH | oklch(0.870 0.072 301.0) |
Copy-ready code
/* CSS */
color: #dccafd;
background-color: #dccafd;
/* Tailwind (arbitrary) */
class="text-[#dccafd] bg-[#dccafd]"
/* SCSS */
$brand: #dccafd;
/* SwiftUI */
Color(red: 0.863, green: 0.792, blue: 0.992)
/* Android */
Color.parseColor("#dccafd")Accessibility — WCAG contrast
Aa
#dccafd on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dccafd on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green79.2%
Blue99.2%
CMYK percentages
Cyan13.0%
Magenta20.2%
Yellow0.0%
Key (black)0.8%
Color previews
#dccafd text on a black background
contrast 13.91:1
Card sample
#dccafd text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dccafd;
Background color
Panel with #dccafd background
background-color: #dccafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dccafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 202, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 202, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dccafd; background: linear-gradient(135deg, #dccafd, #FDCAFC);