#ee33aa
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 51, 170
HSL
322°, 85%, 57%
CMYK
0, 79, 29, 7
Luminance
0.2345
Every format
| HEX | #ee33aa |
| RGB | rgb(238, 51, 170) |
| HSL | hsl(322, 85%, 57%) |
| CMYK | cmyk(0%, 79%, 29%, 7%) |
| LAB | lab(55.5 77.6 -20.2) |
| LCH | lch(55.5 80.2 345.4) |
| OKLCH | oklch(0.649 0.242 347.3) |
Copy-ready code
/* CSS */
color: #ee33aa;
background-color: #ee33aa;
/* Tailwind (arbitrary) */
class="text-[#ee33aa] bg-[#ee33aa]"
/* SCSS */
$brand: #ee33aa;
/* SwiftUI */
Color(red: 0.933, green: 0.200, blue: 0.667)
/* Android */
Color.parseColor("#ee33aa")Accessibility — WCAG contrast
Aa
#ee33aa on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee33aa on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green20.0%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow28.6%
Key (black)6.7%
Color previews
#ee33aa text on a black background
contrast 5.69:1
Card sample
#ee33aa text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee33aa;
Background color
Panel with #ee33aa background
background-color: #ee33aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee33aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 51, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 51, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee33aa; background: linear-gradient(135deg, #ee33aa, #EE3933);