#e112b2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
225, 18, 178
HSL
314°, 85%, 48%
CMYK
0, 92, 21, 12
Luminance
0.1965
Every format
| HEX | #e112b2 |
| RGB | rgb(225, 18, 178) |
| HSL | hsl(314, 85%, 48%) |
| CMYK | cmyk(0%, 92%, 21%, 12%) |
| LAB | lab(51.5 81.8 -31.4) |
| LCH | lch(51.5 87.6 339.0) |
| OKLCH | oklch(0.616 0.260 341.0) |
Copy-ready code
/* CSS */
color: #e112b2;
background-color: #e112b2;
/* Tailwind (arbitrary) */
class="text-[#e112b2] bg-[#e112b2]"
/* SCSS */
$brand: #e112b2;
/* SwiftUI */
Color(red: 0.882, green: 0.071, blue: 0.698)
/* Android */
Color.parseColor("#e112b2")Accessibility — WCAG contrast
Aa
#e112b2 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e112b2 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green7.1%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta92.0%
Yellow20.9%
Key (black)11.8%
Color previews
#e112b2 text on a black background
contrast 4.93:1
Card sample
#e112b2 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e112b2;
Background color
Panel with #e112b2 background
background-color: #e112b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e112b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 18, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 18, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e112b2; background: linear-gradient(135deg, #e112b2, #E11228);