#e136df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
225, 54, 223
HSL
301°, 74%, 55%
CMYK
0, 76, 1, 12
Luminance
0.2397
Every format
| HEX | #e136df |
| RGB | rgb(225, 54, 223) |
| HSL | hsl(301, 74%, 55%) |
| CMYK | cmyk(0%, 76%, 1%, 12%) |
| LAB | lab(56.1 81.0 -50.0) |
| LCH | lch(56.1 95.2 328.3) |
| OKLCH | oklch(0.657 0.266 328.6) |
Copy-ready code
/* CSS */
color: #e136df;
background-color: #e136df;
/* Tailwind (arbitrary) */
class="text-[#e136df] bg-[#e136df]"
/* SCSS */
$brand: #e136df;
/* SwiftUI */
Color(red: 0.882, green: 0.212, blue: 0.875)
/* Android */
Color.parseColor("#e136df")Accessibility — WCAG contrast
Aa
#e136df on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e136df on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green21.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta76.0%
Yellow0.9%
Key (black)11.8%
Color previews
#e136df text on a black background
contrast 5.79:1
Card sample
#e136df text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e136df;
Background color
Panel with #e136df background
background-color: #e136df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e136df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 54, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 54, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e136df; background: linear-gradient(135deg, #e136df, #E1366D);