#ee71eb
a light, electric magenta / pink · warm · closest name: violet
RGB
238, 113, 235
HSL
301°, 79%, 69%
CMYK
0, 53, 1, 7
Luminance
0.3599
Every format
| HEX | #ee71eb |
| RGB | rgb(238, 113, 235) |
| HSL | hsl(301, 79%, 69%) |
| CMYK | cmyk(0%, 53%, 1%, 7%) |
| LAB | lab(66.5 63.9 -40.1) |
| LCH | lch(66.5 75.5 327.9) |
| OKLCH | oklch(0.738 0.210 328.4) |
Copy-ready code
/* CSS */
color: #ee71eb;
background-color: #ee71eb;
/* Tailwind (arbitrary) */
class="text-[#ee71eb] bg-[#ee71eb]"
/* SCSS */
$brand: #ee71eb;
/* SwiftUI */
Color(red: 0.933, green: 0.443, blue: 0.922)
/* Android */
Color.parseColor("#ee71eb")Accessibility — WCAG contrast
Aa
#ee71eb on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ee71eb on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green44.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta52.5%
Yellow1.3%
Key (black)6.7%
Color previews
#ee71eb text on a black background
contrast 8.20:1
Card sample
#ee71eb text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee71eb;
Background color
Panel with #ee71eb background
background-color: #ee71eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee71eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 113, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 113, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee71eb; background: linear-gradient(135deg, #ee71eb, #EE7198);