#e9277d
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
233, 39, 125
HSL
333°, 82%, 53%
CMYK
0, 83, 46, 9
Luminance
0.2026
Every format
| HEX | #e9277d |
| RGB | rgb(233, 39, 125) |
| HSL | hsl(333, 82%, 53%) |
| CMYK | cmyk(0%, 83%, 46%, 9%) |
| LAB | lab(52.1 74.8 1.4) |
| LCH | lch(52.1 74.8 1.0) |
| OKLCH | oklch(0.618 0.230 1.1) |
Copy-ready code
/* CSS */
color: #e9277d;
background-color: #e9277d;
/* Tailwind (arbitrary) */
class="text-[#e9277d] bg-[#e9277d]"
/* SCSS */
$brand: #e9277d;
/* SwiftUI */
Color(red: 0.914, green: 0.153, blue: 0.490)
/* Android */
Color.parseColor("#e9277d")Accessibility — WCAG contrast
Aa
#e9277d on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e9277d on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green15.3%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta83.3%
Yellow46.4%
Key (black)8.6%
Color previews
#e9277d text on a black background
contrast 5.05:1
Card sample
#e9277d text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9277d;
Background color
Panel with #e9277d background
background-color: #e9277d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9277d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 39, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 39, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9277d; background: linear-gradient(135deg, #e9277d, #E95227);