#dba2cf
a light, soft magenta / pink · warm · closest name: plum
RGB
219, 162, 207
HSL
313°, 44%, 75%
CMYK
0, 26, 6, 14
Luminance
0.4541
Every format
| HEX | #dba2cf |
| RGB | rgb(219, 162, 207) |
| HSL | hsl(313, 44%, 75%) |
| CMYK | cmyk(0%, 26%, 6%, 14%) |
| LAB | lab(73.2 28.3 -14.7) |
| LCH | lch(73.2 31.8 332.6) |
| OKLCH | oklch(0.780 0.089 334.0) |
Copy-ready code
/* CSS */
color: #dba2cf;
background-color: #dba2cf;
/* Tailwind (arbitrary) */
class="text-[#dba2cf] bg-[#dba2cf]"
/* SCSS */
$brand: #dba2cf;
/* SwiftUI */
Color(red: 0.859, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#dba2cf")Accessibility — WCAG contrast
Aa
#dba2cf on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dba2cf on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green63.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow5.5%
Key (black)14.1%
Color previews
#dba2cf text on a black background
contrast 10.08:1
Card sample
#dba2cf text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dba2cf;
Background color
Panel with #dba2cf background
background-color: #dba2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dba2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dba2cf; background: linear-gradient(135deg, #dba2cf, #DBA2A9);