#ee44ff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 68, 255
HSL
295°, 100%, 63%
CMYK
7, 73, 0, 0
Luminance
0.2953
Every format
| HEX | #ee44ff |
| RGB | rgb(238, 68, 255) |
| HSL | hsl(295, 100%, 63%) |
| CMYK | cmyk(7%, 73%, 0%, 0%) |
| LAB | lab(61.3 84.6 -59.5) |
| LCH | lch(61.3 103.4 324.9) |
| OKLCH | oklch(0.703 0.282 324.0) |
Copy-ready code
/* CSS */
color: #ee44ff;
background-color: #ee44ff;
/* Tailwind (arbitrary) */
class="text-[#ee44ff] bg-[#ee44ff]"
/* SCSS */
$brand: #ee44ff;
/* SwiftUI */
Color(red: 0.933, green: 0.267, blue: 1.000)
/* Android */
Color.parseColor("#ee44ff")Accessibility — WCAG contrast
Aa
#ee44ff on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee44ff on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green26.7%
Blue100.0%
CMYK percentages
Cyan6.7%
Magenta73.3%
Yellow0.0%
Key (black)0.0%
Color previews
#ee44ff text on a black background
contrast 6.91:1
Card sample
#ee44ff text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee44ff;
Background color
Panel with #ee44ff background
background-color: #ee44ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee44ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 68, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 68, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee44ff; background: linear-gradient(135deg, #ee44ff, #FF4493);