#dba2cc
a light, soft magenta / pink · warm · closest name: plum
RGB
219, 162, 204
HSL
316°, 44%, 75%
CMYK
0, 26, 7, 14
Luminance
0.4526
Every format
| HEX | #dba2cc |
| RGB | rgb(219, 162, 204) |
| HSL | hsl(316, 44%, 75%) |
| CMYK | cmyk(0%, 26%, 7%, 14%) |
| LAB | lab(73.1 27.7 -13.2) |
| LCH | lch(73.1 30.7 334.6) |
| OKLCH | oklch(0.779 0.087 336.2) |
Copy-ready code
/* CSS */
color: #dba2cc;
background-color: #dba2cc;
/* Tailwind (arbitrary) */
class="text-[#dba2cc] bg-[#dba2cc]"
/* SCSS */
$brand: #dba2cc;
/* SwiftUI */
Color(red: 0.859, green: 0.635, blue: 0.800)
/* Android */
Color.parseColor("#dba2cc")Accessibility — WCAG contrast
Aa
#dba2cc on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dba2cc on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green63.5%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow6.8%
Key (black)14.1%
Color previews
#dba2cc text on a black background
contrast 10.05:1
Card sample
#dba2cc text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dba2cc;
Background color
Panel with #dba2cc background
background-color: #dba2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dba2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 162, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 162, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dba2cc; background: linear-gradient(135deg, #dba2cc, #DBA2A6);