#ee33dd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 51, 221
HSL
306°, 85%, 57%
CMYK
0, 79, 7, 7
Luminance
0.2577
Every format
| HEX | #ee33dd |
| RGB | rgb(238, 51, 221) |
| HSL | hsl(306, 85%, 57%) |
| CMYK | cmyk(0%, 79%, 7%, 7%) |
| LAB | lab(57.8 84.1 -46.0) |
| LCH | lch(57.8 95.8 331.3) |
| OKLCH | oklch(0.673 0.273 332.4) |
Copy-ready code
/* CSS */
color: #ee33dd;
background-color: #ee33dd;
/* Tailwind (arbitrary) */
class="text-[#ee33dd] bg-[#ee33dd]"
/* SCSS */
$brand: #ee33dd;
/* SwiftUI */
Color(red: 0.933, green: 0.200, blue: 0.867)
/* Android */
Color.parseColor("#ee33dd")Accessibility — WCAG contrast
Aa
#ee33dd on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee33dd on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green20.0%
Blue86.7%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow7.1%
Key (black)6.7%
Color previews
#ee33dd text on a black background
contrast 6.15:1
Card sample
#ee33dd text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee33dd;
Background color
Panel with #ee33dd background
background-color: #ee33dd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee33dd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 51, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 51, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee33dd; background: linear-gradient(135deg, #ee33dd, #EE3360);