#e92767
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
233, 39, 103
HSL
340°, 82%, 53%
CMYK
0, 83, 56, 9
Luminance
0.1975
Every format
| HEX | #e92767 |
| RGB | rgb(233, 39, 103) |
| HSL | hsl(340, 82%, 53%) |
| CMYK | cmyk(0%, 83%, 56%, 9%) |
| LAB | lab(51.6 73.1 13.9) |
| LCH | lch(51.6 74.4 10.7) |
| OKLCH | oklch(0.612 0.225 9.0) |
Copy-ready code
/* CSS */
color: #e92767;
background-color: #e92767;
/* Tailwind (arbitrary) */
class="text-[#e92767] bg-[#e92767]"
/* SCSS */
$brand: #e92767;
/* SwiftUI */
Color(red: 0.914, green: 0.153, blue: 0.404)
/* Android */
Color.parseColor("#e92767")Accessibility — WCAG contrast
Aa
#e92767 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e92767 on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green15.3%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta83.3%
Yellow55.8%
Key (black)8.6%
Color previews
#e92767 text on a black background
contrast 4.95:1
Card sample
#e92767 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e92767;
Background color
Panel with #e92767 background
background-color: #e92767;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e92767;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 39, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 39, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e92767; background: linear-gradient(135deg, #e92767, #E96827);