#ee22dd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 34, 221
HSL
305°, 86%, 53%
CMYK
0, 86, 7, 7
Luminance
0.2454
Every format
| HEX | #ee22dd |
| RGB | rgb(238, 34, 221) |
| HSL | hsl(305, 86%, 53%) |
| CMYK | cmyk(0%, 86%, 7%, 7%) |
| LAB | lab(56.6 87.5 -47.8) |
| LCH | lch(56.6 99.8 331.3) |
| OKLCH | oklch(0.664 0.284 332.4) |
Copy-ready code
/* CSS */
color: #ee22dd;
background-color: #ee22dd;
/* Tailwind (arbitrary) */
class="text-[#ee22dd] bg-[#ee22dd]"
/* SCSS */
$brand: #ee22dd;
/* SwiftUI */
Color(red: 0.933, green: 0.133, blue: 0.867)
/* Android */
Color.parseColor("#ee22dd")Accessibility — WCAG contrast
Aa
#ee22dd on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee22dd on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green13.3%
Blue86.7%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow7.1%
Key (black)6.7%
Color previews
#ee22dd text on a black background
contrast 5.91:1
Card sample
#ee22dd text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee22dd;
Background color
Panel with #ee22dd background
background-color: #ee22dd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee22dd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 34, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 34, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee22dd; background: linear-gradient(135deg, #ee22dd, #EE2255);