#d91eb4
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
217, 30, 180
HSL
312°, 76%, 48%
CMYK
0, 86, 17, 15
Luminance
0.1898
Every format
| HEX | #d91eb4 |
| RGB | rgb(217, 30, 180) |
| HSL | hsl(312, 76%, 48%) |
| CMYK | cmyk(0%, 86%, 17%, 15%) |
| LAB | lab(50.7 78.8 -33.9) |
| LCH | lch(50.7 85.8 336.7) |
| OKLCH | oklch(0.608 0.252 338.6) |
Copy-ready code
/* CSS */
color: #d91eb4;
background-color: #d91eb4;
/* Tailwind (arbitrary) */
class="text-[#d91eb4] bg-[#d91eb4]"
/* SCSS */
$brand: #d91eb4;
/* SwiftUI */
Color(red: 0.851, green: 0.118, blue: 0.706)
/* Android */
Color.parseColor("#d91eb4")Accessibility — WCAG contrast
Aa
#d91eb4 on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d91eb4 on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green11.8%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta86.2%
Yellow17.1%
Key (black)14.9%
Color previews
#d91eb4 text on a black background
contrast 4.80:1
Card sample
#d91eb4 text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d91eb4;
Background color
Panel with #d91eb4 background
background-color: #d91eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d91eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 30, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 30, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d91eb4; background: linear-gradient(135deg, #d91eb4, #D91E37);