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