#e8317b
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
232, 49, 123
HSL
336°, 80%, 55%
CMYK
0, 79, 47, 9
Luminance
0.2078
Every format
| HEX | #e8317b |
| RGB | rgb(232, 49, 123) |
| HSL | hsl(336, 80%, 55%) |
| CMYK | cmyk(0%, 79%, 47%, 9%) |
| LAB | lab(52.7 72.0 3.4) |
| LCH | lch(52.7 72.1 2.7) |
| OKLCH | oklch(0.621 0.221 2.4) |
Copy-ready code
/* CSS */
color: #e8317b;
background-color: #e8317b;
/* Tailwind (arbitrary) */
class="text-[#e8317b] bg-[#e8317b]"
/* SCSS */
$brand: #e8317b;
/* SwiftUI */
Color(red: 0.910, green: 0.192, blue: 0.482)
/* Android */
Color.parseColor("#e8317b")Accessibility — WCAG contrast
Aa
#e8317b on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e8317b on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green19.2%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta78.9%
Yellow47.0%
Key (black)9.0%
Color previews
#e8317b text on a black background
contrast 5.16:1
Card sample
#e8317b text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8317b;
Background color
Panel with #e8317b background
background-color: #e8317b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8317b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 49, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 49, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8317b; background: linear-gradient(135deg, #e8317b, #E86131);