#ee33df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 51, 223
HSL
305°, 85%, 57%
CMYK
0, 79, 6, 7
Luminance
0.2587
Every format
| HEX | #ee33df |
| RGB | rgb(238, 51, 223) |
| HSL | hsl(305, 85%, 57%) |
| CMYK | cmyk(0%, 79%, 6%, 7%) |
| LAB | lab(57.9 84.4 -46.9) |
| LCH | lch(57.9 96.5 330.9) |
| OKLCH | oklch(0.674 0.274 331.9) |
Copy-ready code
/* CSS */
color: #ee33df;
background-color: #ee33df;
/* Tailwind (arbitrary) */
class="text-[#ee33df] bg-[#ee33df]"
/* SCSS */
$brand: #ee33df;
/* SwiftUI */
Color(red: 0.933, green: 0.200, blue: 0.875)
/* Android */
Color.parseColor("#ee33df")Accessibility — WCAG contrast
Aa
#ee33df on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee33df on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green20.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow6.3%
Key (black)6.7%
Color previews
#ee33df text on a black background
contrast 6.17:1
Card sample
#ee33df text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee33df;
Background color
Panel with #ee33df background
background-color: #ee33df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee33df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 51, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 51, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee33df; background: linear-gradient(135deg, #ee33df, #EE3363);