#ee07eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 7, 235
HSL
301°, 94%, 48%
CMYK
0, 97, 1, 7
Luminance
0.2433
Every format
| HEX | #ee07eb |
| RGB | rgb(238, 7, 235) |
| HSL | hsl(301, 94%, 48%) |
| CMYK | cmyk(0%, 97%, 1%, 7%) |
| LAB | lab(56.4 92.4 -56.1) |
| LCH | lch(56.4 108.1 328.7) |
| OKLCH | oklch(0.665 0.303 329.0) |
Copy-ready code
/* CSS */
color: #ee07eb;
background-color: #ee07eb;
/* Tailwind (arbitrary) */
class="text-[#ee07eb] bg-[#ee07eb]"
/* SCSS */
$brand: #ee07eb;
/* SwiftUI */
Color(red: 0.933, green: 0.027, blue: 0.922)
/* Android */
Color.parseColor("#ee07eb")Accessibility — WCAG contrast
Aa
#ee07eb on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee07eb on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green2.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta97.1%
Yellow1.3%
Key (black)6.7%
Color previews
#ee07eb text on a black background
contrast 5.87:1
Card sample
#ee07eb text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee07eb;
Background color
Panel with #ee07eb background
background-color: #ee07eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee07eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 7, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 7, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee07eb; background: linear-gradient(135deg, #ee07eb, #EE0751);