#e833ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
232, 51, 238
HSL
298°, 85%, 57%
CMYK
3, 79, 0, 7
Luminance
0.2570
Every format
| HEX | #e833ee |
| RGB | rgb(232, 51, 238) |
| HSL | hsl(298, 85%, 57%) |
| CMYK | cmyk(3%, 79%, 0%, 7%) |
| LAB | lab(57.8 85.5 -55.7) |
| LCH | lch(57.8 102.0 326.9) |
| OKLCH | oklch(0.673 0.282 326.7) |
Copy-ready code
/* CSS */
color: #e833ee;
background-color: #e833ee;
/* Tailwind (arbitrary) */
class="text-[#e833ee] bg-[#e833ee]"
/* SCSS */
$brand: #e833ee;
/* SwiftUI */
Color(red: 0.910, green: 0.200, blue: 0.933)
/* Android */
Color.parseColor("#e833ee")Accessibility — WCAG contrast
Aa
#e833ee on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e833ee on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green20.0%
Blue93.3%
CMYK percentages
Cyan2.5%
Magenta78.6%
Yellow0.0%
Key (black)6.7%
Color previews
#e833ee text on a black background
contrast 6.14:1
Card sample
#e833ee text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e833ee;
Background color
Panel with #e833ee background
background-color: #e833ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e833ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 51, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 51, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e833ee; background: linear-gradient(135deg, #e833ee, #EE3377);