#d91eb9
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
217, 30, 185
HSL
310°, 76%, 48%
CMYK
0, 86, 15, 15
Luminance
0.1918
Every format
| HEX | #d91eb9 |
| RGB | rgb(217, 30, 185) |
| HSL | hsl(310, 76%, 48%) |
| CMYK | cmyk(0%, 86%, 15%, 15%) |
| LAB | lab(50.9 79.4 -36.4) |
| LCH | lch(50.9 87.4 335.4) |
| OKLCH | oklch(0.611 0.255 337.1) |
Copy-ready code
/* CSS */
color: #d91eb9;
background-color: #d91eb9;
/* Tailwind (arbitrary) */
class="text-[#d91eb9] bg-[#d91eb9]"
/* SCSS */
$brand: #d91eb9;
/* SwiftUI */
Color(red: 0.851, green: 0.118, blue: 0.725)
/* Android */
Color.parseColor("#d91eb9")Accessibility — WCAG contrast
Aa
#d91eb9 on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d91eb9 on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green11.8%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta86.2%
Yellow14.7%
Key (black)14.9%
Color previews
#d91eb9 text on a black background
contrast 4.84:1
Card sample
#d91eb9 text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d91eb9;
Background color
Panel with #d91eb9 background
background-color: #d91eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d91eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 30, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 30, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d91eb9; background: linear-gradient(135deg, #d91eb9, #D91E3C);