#e7295f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
231, 41, 95
HSL
343°, 80%, 53%
CMYK
0, 82, 59, 9
Luminance
0.1940
Every format
| HEX | #e7295f |
| RGB | rgb(231, 41, 95) |
| HSL | hsl(343, 80%, 53%) |
| CMYK | cmyk(0%, 82%, 59%, 9%) |
| LAB | lab(51.2 71.7 18.1) |
| LCH | lch(51.2 73.9 14.2) |
| OKLCH | oklch(0.607 0.221 11.7) |
Copy-ready code
/* CSS */
color: #e7295f;
background-color: #e7295f;
/* Tailwind (arbitrary) */
class="text-[#e7295f] bg-[#e7295f]"
/* SCSS */
$brand: #e7295f;
/* SwiftUI */
Color(red: 0.906, green: 0.161, blue: 0.373)
/* Android */
Color.parseColor("#e7295f")Accessibility — WCAG contrast
Aa
#e7295f on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e7295f on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green16.1%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta82.3%
Yellow58.9%
Key (black)9.4%
Color previews
#e7295f text on a black background
contrast 4.88:1
Card sample
#e7295f text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7295f;
Background color
Panel with #e7295f background
background-color: #e7295f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7295f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 41, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 41, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7295f; background: linear-gradient(135deg, #e7295f, #E77129);