#dab9da
a light, soft magenta / pink · warm · closest name: pink
RGB
218, 185, 218
HSL
300°, 31%, 79%
CMYK
0, 15, 0, 15
Luminance
0.5467
Every format
| HEX | #dab9da |
| RGB | rgb(218, 185, 218) |
| HSL | hsl(300, 31%, 79%) |
| CMYK | cmyk(0%, 15%, 0%, 15%) |
| LAB | lab(78.8 17.5 -12.1) |
| LCH | lch(78.8 21.3 325.3) |
| OKLCH | oklch(0.824 0.058 326.1) |
Copy-ready code
/* CSS */
color: #dab9da;
background-color: #dab9da;
/* Tailwind (arbitrary) */
class="text-[#dab9da] bg-[#dab9da]"
/* SCSS */
$brand: #dab9da;
/* SwiftUI */
Color(red: 0.855, green: 0.725, blue: 0.855)
/* Android */
Color.parseColor("#dab9da")Accessibility — WCAG contrast
Aa
#dab9da on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dab9da on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green72.5%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta15.1%
Yellow0.0%
Key (black)14.5%
Color previews
#dab9da text on a black background
contrast 11.93:1
Card sample
#dab9da text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dab9da;
Background color
Panel with #dab9da background
background-color: #dab9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dab9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 185, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 185, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dab9da; background: linear-gradient(135deg, #dab9da, #DAB9C4);