#db9eb6
a light, vivid magenta / pink · warm · closest name: pink
RGB
219, 158, 182
HSL
336°, 46%, 74%
CMYK
0, 28, 17, 14
Luminance
0.4289
Every format
| HEX | #db9eb6 |
| RGB | rgb(219, 158, 182) |
| HSL | hsl(336, 46%, 74%) |
| CMYK | cmyk(0%, 28%, 17%, 14%) |
| LAB | lab(71.5 26.2 -3.4) |
| LCH | lch(71.5 26.4 352.7) |
| OKLCH | oklch(0.764 0.079 353.8) |
Copy-ready code
/* CSS */
color: #db9eb6;
background-color: #db9eb6;
/* Tailwind (arbitrary) */
class="text-[#db9eb6] bg-[#db9eb6]"
/* SCSS */
$brand: #db9eb6;
/* SwiftUI */
Color(red: 0.859, green: 0.620, blue: 0.714)
/* Android */
Color.parseColor("#db9eb6")Accessibility — WCAG contrast
Aa
#db9eb6 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db9eb6 on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green62.0%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta27.9%
Yellow16.9%
Key (black)14.1%
Color previews
#db9eb6 text on a black background
contrast 9.58:1
Card sample
#db9eb6 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db9eb6;
Background color
Panel with #db9eb6 background
background-color: #db9eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db9eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 158, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 158, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db9eb6; background: linear-gradient(135deg, #db9eb6, #DBAF9E);