#e46cca
a light, vivid magenta / pink · warm · closest name: orchid
RGB
228, 108, 202
HSL
313°, 69%, 66%
CMYK
0, 53, 11, 11
Luminance
0.3148
Every format
| HEX | #e46cca |
| RGB | rgb(228, 108, 202) |
| HSL | hsl(313, 69%, 66%) |
| CMYK | cmyk(0%, 53%, 11%, 11%) |
| LAB | lab(62.9 58.1 -27.4) |
| LCH | lch(62.9 64.2 334.8) |
| OKLCH | oklch(0.704 0.185 336.4) |
Copy-ready code
/* CSS */
color: #e46cca;
background-color: #e46cca;
/* Tailwind (arbitrary) */
class="text-[#e46cca] bg-[#e46cca]"
/* SCSS */
$brand: #e46cca;
/* SwiftUI */
Color(red: 0.894, green: 0.424, blue: 0.792)
/* Android */
Color.parseColor("#e46cca")Accessibility — WCAG contrast
Aa
#e46cca on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e46cca on black: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green42.4%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta52.6%
Yellow11.4%
Key (black)10.6%
Color previews
#e46cca text on a black background
contrast 7.30:1
Card sample
#e46cca text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e46cca;
Background color
Panel with #e46cca background
background-color: #e46cca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e46cca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 108, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 108, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e46cca; background: linear-gradient(135deg, #e46cca, #E46C7A);