#e134ad
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
225, 52, 173
HSL
318°, 74%, 54%
CMYK
0, 77, 23, 12
Luminance
0.2148
Every format
| HEX | #e134ad |
| RGB | rgb(225, 52, 173) |
| HSL | hsl(318, 74%, 54%) |
| CMYK | cmyk(0%, 77%, 23%, 12%) |
| LAB | lab(53.5 74.7 -25.3) |
| LCH | lch(53.5 78.8 341.3) |
| OKLCH | oklch(0.630 0.235 343.3) |
Copy-ready code
/* CSS */
color: #e134ad;
background-color: #e134ad;
/* Tailwind (arbitrary) */
class="text-[#e134ad] bg-[#e134ad]"
/* SCSS */
$brand: #e134ad;
/* SwiftUI */
Color(red: 0.882, green: 0.204, blue: 0.678)
/* Android */
Color.parseColor("#e134ad")Accessibility — WCAG contrast
Aa
#e134ad on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e134ad on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green20.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta76.9%
Yellow23.1%
Key (black)11.8%
Color previews
#e134ad text on a black background
contrast 5.30:1
Card sample
#e134ad text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e134ad;
Background color
Panel with #e134ad background
background-color: #e134ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e134ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 52, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 52, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e134ad; background: linear-gradient(135deg, #e134ad, #E1343A);