#ee33ff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 51, 255
HSL
295°, 100%, 60%
CMYK
7, 80, 0, 0
Luminance
0.2776
Every format
| HEX | #ee33ff |
| RGB | rgb(238, 51, 255) |
| HSL | hsl(295, 100%, 60%) |
| CMYK | cmyk(7%, 80%, 0%, 0%) |
| LAB | lab(59.7 89.2 -62.0) |
| LCH | lch(59.7 108.6 325.2) |
| OKLCH | oklch(0.692 0.296 324.2) |
Copy-ready code
/* CSS */
color: #ee33ff;
background-color: #ee33ff;
/* Tailwind (arbitrary) */
class="text-[#ee33ff] bg-[#ee33ff]"
/* SCSS */
$brand: #ee33ff;
/* SwiftUI */
Color(red: 0.933, green: 0.200, blue: 1.000)
/* Android */
Color.parseColor("#ee33ff")Accessibility — WCAG contrast
Aa
#ee33ff on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee33ff on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green20.0%
Blue100.0%
CMYK percentages
Cyan6.7%
Magenta80.0%
Yellow0.0%
Key (black)0.0%
Color previews
#ee33ff text on a black background
contrast 6.55:1
Card sample
#ee33ff text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee33ff;
Background color
Panel with #ee33ff background
background-color: #ee33ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee33ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 51, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 51, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee33ff; background: linear-gradient(135deg, #ee33ff, #FF3388);