#db7f9b
a light, vivid magenta / pink · warm · closest name: pink
RGB
219, 127, 155
HSL
342°, 56%, 68%
CMYK
0, 42, 29, 14
Luminance
0.3261
Every format
| HEX | #db7f9b |
| RGB | rgb(219, 127, 155) |
| HSL | hsl(342, 56%, 68%) |
| CMYK | cmyk(0%, 42%, 29%, 14%) |
| LAB | lab(63.8 38.9 0.6) |
| LCH | lch(63.8 38.9 0.9) |
| OKLCH | oklch(0.703 0.118 1.0) |
Copy-ready code
/* CSS */
color: #db7f9b;
background-color: #db7f9b;
/* Tailwind (arbitrary) */
class="text-[#db7f9b] bg-[#db7f9b]"
/* SCSS */
$brand: #db7f9b;
/* SwiftUI */
Color(red: 0.859, green: 0.498, blue: 0.608)
/* Android */
Color.parseColor("#db7f9b")Accessibility — WCAG contrast
Aa
#db7f9b on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db7f9b on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green49.8%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta42.0%
Yellow29.2%
Key (black)14.1%
Color previews
#db7f9b text on a black background
contrast 7.52:1
Card sample
#db7f9b text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db7f9b;
Background color
Panel with #db7f9b background
background-color: #db7f9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db7f9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 127, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 127, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db7f9b; background: linear-gradient(135deg, #db7f9b, #DBA07F);