#dbccfd
a pale, electric violet · warm · closest name: lavender
RGB
219, 204, 253
HSL
258°, 93%, 90%
CMYK
13, 19, 0, 1
Luminance
0.6534
Every format
| HEX | #dbccfd |
| RGB | rgb(219, 204, 253) |
| HSL | hsl(258, 93%, 90%) |
| CMYK | cmyk(13%, 19%, 0%, 1%) |
| LAB | lab(84.7 14.5 -22.1) |
| LCH | lch(84.7 26.4 303.3) |
| OKLCH | oklch(0.873 0.069 299.0) |
Copy-ready code
/* CSS */
color: #dbccfd;
background-color: #dbccfd;
/* Tailwind (arbitrary) */
class="text-[#dbccfd] bg-[#dbccfd]"
/* SCSS */
$brand: #dbccfd;
/* SwiftUI */
Color(red: 0.859, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#dbccfd")Accessibility — WCAG contrast
Aa
#dbccfd on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbccfd on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green80.0%
Blue99.2%
CMYK percentages
Cyan13.4%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#dbccfd text on a black background
contrast 14.07:1
Card sample
#dbccfd text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbccfd;
Background color
Panel with #dbccfd background
background-color: #dbccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbccfd; background: linear-gradient(135deg, #dbccfd, #FCCCFD);