#ee44aa
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
238, 68, 170
HSL
324°, 83%, 60%
CMYK
0, 71, 29, 7
Luminance
0.2521
Every format
| HEX | #ee44aa |
| RGB | rgb(238, 68, 170) |
| HSL | hsl(324, 83%, 60%) |
| CMYK | cmyk(0%, 71%, 29%, 7%) |
| LAB | lab(57.3 72.6 -17.5) |
| LCH | lch(57.3 74.7 346.4) |
| OKLCH | oklch(0.662 0.226 348.2) |
Copy-ready code
/* CSS */
color: #ee44aa;
background-color: #ee44aa;
/* Tailwind (arbitrary) */
class="text-[#ee44aa] bg-[#ee44aa]"
/* SCSS */
$brand: #ee44aa;
/* SwiftUI */
Color(red: 0.933, green: 0.267, blue: 0.667)
/* Android */
Color.parseColor("#ee44aa")Accessibility — WCAG contrast
Aa
#ee44aa on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee44aa on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green26.7%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow28.6%
Key (black)6.7%
Color previews
#ee44aa text on a black background
contrast 6.04:1
Card sample
#ee44aa text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee44aa;
Background color
Panel with #ee44aa background
background-color: #ee44aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee44aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 68, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 68, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee44aa; background: linear-gradient(135deg, #ee44aa, #EE4F44);