#dbc9dc
a light, soft magenta / pink · warm · closest name: lavender
RGB
219, 201, 220
HSL
297°, 21%, 83%
CMYK
1, 9, 0, 14
Luminance
0.6200
Every format
| HEX | #dbc9dc |
| RGB | rgb(219, 201, 220) |
| HSL | hsl(297, 21%, 83%) |
| CMYK | cmyk(1%, 9%, 0%, 14%) |
| LAB | lab(82.9 9.6 -7.1) |
| LCH | lch(82.9 12.0 323.4) |
| OKLCH | oklch(0.856 0.033 324.3) |
Copy-ready code
/* CSS */
color: #dbc9dc;
background-color: #dbc9dc;
/* Tailwind (arbitrary) */
class="text-[#dbc9dc] bg-[#dbc9dc]"
/* SCSS */
$brand: #dbc9dc;
/* SwiftUI */
Color(red: 0.859, green: 0.788, blue: 0.863)
/* Android */
Color.parseColor("#dbc9dc")Accessibility — WCAG contrast
Aa
#dbc9dc on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbc9dc on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green78.8%
Blue86.3%
CMYK percentages
Cyan0.5%
Magenta8.6%
Yellow0.0%
Key (black)13.7%
Color previews
#dbc9dc text on a black background
contrast 13.40:1
Card sample
#dbc9dc text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbc9dc;
Background color
Panel with #dbc9dc background
background-color: #dbc9dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbc9dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 201, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 201, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbc9dc; background: linear-gradient(135deg, #dbc9dc, #DCC9D0);