#ee80eb
a light, electric magenta / pink · warm · “violet”
RGB
238, 128, 235
HSL
302°, 76%, 72%
CMYK
0, 46, 1, 7
Luminance
0.3961
Every format
| HEX | #ee80eb |
| RGB | rgb(238, 128, 235) |
| HSL | hsl(302, 76%, 72%) |
| CMYK | cmyk(0%, 46%, 1%, 7%) |
| LAB | lab(69.2 56.8 -35.9) |
| LCH | lch(69.2 67.2 327.7) |
| OKLCH | oklch(0.758 0.187 328.2) |
Copy-ready code
/* CSS */
color: #ee80eb;
background-color: #ee80eb;
/* Tailwind (arbitrary) */
class="text-[#ee80eb] bg-[#ee80eb]"
/* SCSS */
$brand: #ee80eb;
/* SwiftUI */
Color(red: 0.933, green: 0.502, blue: 0.922)
/* Android */
Color.parseColor("#ee80eb")Accessibility — WCAG contrast
Aa
#ee80eb on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee80eb on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green50.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta46.2%
Yellow1.3%
Key (black)6.7%
Color previews
#ee80eb text on a black background
contrast 8.92:1
Card sample
#ee80eb text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee80eb;
Background color
Panel with #ee80eb background
background-color: #ee80eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee80eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 128, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 128, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee80eb; background: linear-gradient(135deg, #ee80eb, #EE80A2);