#ee44dd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 68, 221
HSL
306°, 83%, 60%
CMYK
0, 71, 7, 7
Luminance
0.2753
Every format
| HEX | #ee44dd |
| RGB | rgb(238, 68, 221) |
| HSL | hsl(306, 83%, 60%) |
| CMYK | cmyk(0%, 71%, 7%, 7%) |
| LAB | lab(59.5 79.3 -43.4) |
| LCH | lch(59.5 90.4 331.3) |
| OKLCH | oklch(0.685 0.257 332.4) |
Copy-ready code
/* CSS */
color: #ee44dd;
background-color: #ee44dd;
/* Tailwind (arbitrary) */
class="text-[#ee44dd] bg-[#ee44dd]"
/* SCSS */
$brand: #ee44dd;
/* SwiftUI */
Color(red: 0.933, green: 0.267, blue: 0.867)
/* Android */
Color.parseColor("#ee44dd")Accessibility — WCAG contrast
Aa
#ee44dd on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee44dd on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green26.7%
Blue86.7%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow7.1%
Key (black)6.7%
Color previews
#ee44dd text on a black background
contrast 6.51:1
Card sample
#ee44dd text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee44dd;
Background color
Panel with #ee44dd background
background-color: #ee44dd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee44dd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 68, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 68, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee44dd; background: linear-gradient(135deg, #ee44dd, #EE446C);