#db7eb7
a light, vivid magenta / pink · warm · closest name: plum
RGB
219, 126, 183
HSL
323°, 56%, 68%
CMYK
0, 43, 16, 14
Luminance
0.3340
Every format
| HEX | #db7eb7 |
| RGB | rgb(219, 126, 183) |
| HSL | hsl(323, 56%, 68%) |
| CMYK | cmyk(0%, 43%, 16%, 14%) |
| LAB | lab(64.5 43.4 -14.3) |
| LCH | lch(64.5 45.7 341.7) |
| OKLCH | oklch(0.711 0.134 343.5) |
Copy-ready code
/* CSS */
color: #db7eb7;
background-color: #db7eb7;
/* Tailwind (arbitrary) */
class="text-[#db7eb7] bg-[#db7eb7]"
/* SCSS */
$brand: #db7eb7;
/* SwiftUI */
Color(red: 0.859, green: 0.494, blue: 0.718)
/* Android */
Color.parseColor("#db7eb7")Accessibility — WCAG contrast
Aa
#db7eb7 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db7eb7 on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green49.4%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow16.4%
Key (black)14.1%
Color previews
#db7eb7 text on a black background
contrast 7.68:1
Card sample
#db7eb7 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db7eb7;
Background color
Panel with #db7eb7 background
background-color: #db7eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db7eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 126, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 126, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db7eb7; background: linear-gradient(135deg, #db7eb7, #DB837E);