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