#dbaacb
a light, soft magenta / pink · warm · closest name: plum
RGB
219, 170, 203
HSL
320°, 41%, 76%
CMYK
0, 22, 7, 14
Luminance
0.4812
Every format
| HEX | #dbaacb |
| RGB | rgb(219, 170, 203) |
| HSL | hsl(320, 41%, 76%) |
| CMYK | cmyk(0%, 22%, 7%, 14%) |
| LAB | lab(74.9 23.2 -9.8) |
| LCH | lch(74.9 25.2 337.0) |
| OKLCH | oklch(0.793 0.072 338.7) |
Copy-ready code
/* CSS */
color: #dbaacb;
background-color: #dbaacb;
/* Tailwind (arbitrary) */
class="text-[#dbaacb] bg-[#dbaacb]"
/* SCSS */
$brand: #dbaacb;
/* SwiftUI */
Color(red: 0.859, green: 0.667, blue: 0.796)
/* Android */
Color.parseColor("#dbaacb")Accessibility — WCAG contrast
Aa
#dbaacb on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbaacb on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green66.7%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow7.3%
Key (black)14.1%
Color previews
#dbaacb text on a black background
contrast 10.62:1
Card sample
#dbaacb text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbaacb;
Background color
Panel with #dbaacb background
background-color: #dbaacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbaacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 170, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 170, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbaacb; background: linear-gradient(135deg, #dbaacb, #DBAAAA);