#dba2bf
a light, soft magenta / pink · warm · closest name: pink
RGB
219, 162, 191
HSL
330°, 44%, 75%
CMYK
0, 26, 13, 14
Luminance
0.4466
Every format
| HEX | #dba2bf |
| RGB | rgb(219, 162, 191) |
| HSL | hsl(330, 44%, 75%) |
| CMYK | cmyk(0%, 26%, 13%, 14%) |
| LAB | lab(72.7 25.5 -6.6) |
| LCH | lch(72.7 26.4 345.5) |
| OKLCH | oklch(0.774 0.077 347.1) |
Copy-ready code
/* CSS */
color: #dba2bf;
background-color: #dba2bf;
/* Tailwind (arbitrary) */
class="text-[#dba2bf] bg-[#dba2bf]"
/* SCSS */
$brand: #dba2bf;
/* SwiftUI */
Color(red: 0.859, green: 0.635, blue: 0.749)
/* Android */
Color.parseColor("#dba2bf")Accessibility — WCAG contrast
Aa
#dba2bf on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dba2bf on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green63.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow12.8%
Key (black)14.1%
Color previews
#dba2bf text on a black background
contrast 9.93:1
Card sample
#dba2bf text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dba2bf;
Background color
Panel with #dba2bf background
background-color: #dba2bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dba2bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 162, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 162, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dba2bf; background: linear-gradient(135deg, #dba2bf, #DBABA2);