#db9eb0
a light, vivid magenta / pink · warm · closest name: pink
RGB
219, 158, 176
HSL
342°, 46%, 74%
CMYK
0, 28, 20, 14
Luminance
0.4265
Every format
| HEX | #db9eb0 |
| RGB | rgb(219, 158, 176) |
| HSL | hsl(342, 46%, 74%) |
| CMYK | cmyk(0%, 28%, 20%, 14%) |
| LAB | lab(71.3 25.3 -0.3) |
| LCH | lch(71.3 25.3 359.4) |
| OKLCH | oklch(0.762 0.076 359.7) |
Copy-ready code
/* CSS */
color: #db9eb0;
background-color: #db9eb0;
/* Tailwind (arbitrary) */
class="text-[#db9eb0] bg-[#db9eb0]"
/* SCSS */
$brand: #db9eb0;
/* SwiftUI */
Color(red: 0.859, green: 0.620, blue: 0.690)
/* Android */
Color.parseColor("#db9eb0")Accessibility — WCAG contrast
Aa
#db9eb0 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db9eb0 on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green62.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta27.9%
Yellow19.6%
Key (black)14.1%
Color previews
#db9eb0 text on a black background
contrast 9.53:1
Card sample
#db9eb0 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db9eb0;
Background color
Panel with #db9eb0 background
background-color: #db9eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db9eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 158, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 158, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db9eb0; background: linear-gradient(135deg, #db9eb0, #DBB59E);