#e136af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
225, 54, 175
HSL
318°, 74%, 55%
CMYK
0, 76, 22, 12
Luminance
0.2174
Every format
| HEX | #e136af |
| RGB | rgb(225, 54, 175) |
| HSL | hsl(318, 74%, 55%) |
| CMYK | cmyk(0%, 76%, 22%, 12%) |
| LAB | lab(53.8 74.4 -26.1) |
| LCH | lch(53.8 78.8 340.7) |
| OKLCH | oklch(0.632 0.235 342.7) |
Copy-ready code
/* CSS */
color: #e136af;
background-color: #e136af;
/* Tailwind (arbitrary) */
class="text-[#e136af] bg-[#e136af]"
/* SCSS */
$brand: #e136af;
/* SwiftUI */
Color(red: 0.882, green: 0.212, blue: 0.686)
/* Android */
Color.parseColor("#e136af")Accessibility — WCAG contrast
Aa
#e136af on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e136af on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green21.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta76.0%
Yellow22.2%
Key (black)11.8%
Color previews
#e136af text on a black background
contrast 5.35:1
Card sample
#e136af text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e136af;
Background color
Panel with #e136af background
background-color: #e136af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e136af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 54, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 54, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e136af; background: linear-gradient(135deg, #e136af, #E1363D);