#ee00fe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 0, 254
HSL
296°, 100%, 50%
CMYK
6, 100, 0, 0
Luminance
0.2533
Every format
| HEX | #ee00fe |
| RGB | rgb(238, 0, 254) |
| HSL | hsl(296, 100%, 50%) |
| CMYK | cmyk(6%, 100%, 0%, 0%) |
| LAB | lab(57.4 95.5 -65.1) |
| LCH | lch(57.4 115.6 325.7) |
| OKLCH | oklch(0.676 0.316 324.8) |
Copy-ready code
/* CSS */
color: #ee00fe;
background-color: #ee00fe;
/* Tailwind (arbitrary) */
class="text-[#ee00fe] bg-[#ee00fe]"
/* SCSS */
$brand: #ee00fe;
/* SwiftUI */
Color(red: 0.933, green: 0.000, blue: 0.996)
/* Android */
Color.parseColor("#ee00fe")Accessibility — WCAG contrast
Aa
#ee00fe on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee00fe on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green0.0%
Blue99.6%
CMYK percentages
Cyan6.3%
Magenta100.0%
Yellow0.0%
Key (black)0.4%
Color previews
#ee00fe text on a black background
contrast 6.07:1
Card sample
#ee00fe text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee00fe;
Background color
Panel with #ee00fe background
background-color: #ee00fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee00fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 0, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 0, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee00fe; background: linear-gradient(135deg, #ee00fe, #FE0065);