#e461af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
228, 97, 175
HSL
324°, 71%, 64%
CMYK
0, 58, 23, 11
Luminance
0.2814
Every format
| HEX | #e461af |
| RGB | rgb(228, 97, 175) |
| HSL | hsl(324, 71%, 64%) |
| CMYK | cmyk(0%, 58%, 23%, 11%) |
| LAB | lab(60.0 59.1 -16.4) |
| LCH | lch(60.0 61.4 344.5) |
| OKLCH | oklch(0.679 0.183 346.3) |
Copy-ready code
/* CSS */
color: #e461af;
background-color: #e461af;
/* Tailwind (arbitrary) */
class="text-[#e461af] bg-[#e461af]"
/* SCSS */
$brand: #e461af;
/* SwiftUI */
Color(red: 0.894, green: 0.380, blue: 0.686)
/* Android */
Color.parseColor("#e461af")Accessibility — WCAG contrast
Aa
#e461af on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e461af on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green38.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta57.5%
Yellow23.2%
Key (black)10.6%
Color previews
#e461af text on a black background
contrast 6.63:1
Card sample
#e461af text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e461af;
Background color
Panel with #e461af background
background-color: #e461af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e461af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 97, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 97, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e461af; background: linear-gradient(135deg, #e461af, #E46A61);