#e46ac2
a light, vivid magenta / pink · warm · closest name: orchid
RGB
228, 106, 194
HSL
317°, 69%, 66%
CMYK
0, 54, 15, 11
Luminance
0.3070
Every format
| HEX | #e46ac2 |
| RGB | rgb(228, 106, 194) |
| HSL | hsl(317, 69%, 66%) |
| CMYK | cmyk(0%, 54%, 15%, 11%) |
| LAB | lab(62.3 57.8 -23.9) |
| LCH | lch(62.3 62.5 337.6) |
| OKLCH | oklch(0.698 0.182 339.4) |
Copy-ready code
/* CSS */
color: #e46ac2;
background-color: #e46ac2;
/* Tailwind (arbitrary) */
class="text-[#e46ac2] bg-[#e46ac2]"
/* SCSS */
$brand: #e46ac2;
/* SwiftUI */
Color(red: 0.894, green: 0.416, blue: 0.761)
/* Android */
Color.parseColor("#e46ac2")Accessibility — WCAG contrast
Aa
#e46ac2 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e46ac2 on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green41.6%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta53.5%
Yellow14.9%
Key (black)10.6%
Color previews
#e46ac2 text on a black background
contrast 7.14:1
Card sample
#e46ac2 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e46ac2;
Background color
Panel with #e46ac2 background
background-color: #e46ac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e46ac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 106, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 106, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e46ac2; background: linear-gradient(135deg, #e46ac2, #E46A71);