#dbc2f7
a pale, electric violet · warm · closest name: plum
RGB
219, 194, 247
HSL
268°, 77%, 87%
CMYK
11, 22, 0, 3
Luminance
0.6036
Every format
| HEX | #dbc2f7 |
| RGB | rgb(219, 194, 247) |
| HSL | hsl(268, 77%, 87%) |
| CMYK | cmyk(11%, 22%, 0%, 3%) |
| LAB | lab(82.0 18.6 -22.9) |
| LCH | lch(82.0 29.5 309.1) |
| OKLCH | oklch(0.852 0.077 306.2) |
Copy-ready code
/* CSS */
color: #dbc2f7;
background-color: #dbc2f7;
/* Tailwind (arbitrary) */
class="text-[#dbc2f7] bg-[#dbc2f7]"
/* SCSS */
$brand: #dbc2f7;
/* SwiftUI */
Color(red: 0.859, green: 0.761, blue: 0.969)
/* Android */
Color.parseColor("#dbc2f7")Accessibility — WCAG contrast
Aa
#dbc2f7 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbc2f7 on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green76.1%
Blue96.9%
CMYK percentages
Cyan11.3%
Magenta21.5%
Yellow0.0%
Key (black)3.1%
Color previews
#dbc2f7 text on a black background
contrast 13.07:1
Card sample
#dbc2f7 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbc2f7;
Background color
Panel with #dbc2f7 background
background-color: #dbc2f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbc2f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 194, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 194, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbc2f7; background: linear-gradient(135deg, #dbc2f7, #F7C2F0);