#ee22ff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
238, 34, 255
HSL
295°, 100%, 57%
CMYK
7, 87, 0, 0
Luminance
0.2654
Every format
| HEX | #ee22ff |
| RGB | rgb(238, 34, 255) |
| HSL | hsl(295, 100%, 57%) |
| CMYK | cmyk(7%, 87%, 0%, 0%) |
| LAB | lab(58.5 92.5 -63.8) |
| LCH | lch(58.5 112.4 325.4) |
| OKLCH | oklch(0.684 0.307 324.4) |
Copy-ready code
/* CSS */
color: #ee22ff;
background-color: #ee22ff;
/* Tailwind (arbitrary) */
class="text-[#ee22ff] bg-[#ee22ff]"
/* SCSS */
$brand: #ee22ff;
/* SwiftUI */
Color(red: 0.933, green: 0.133, blue: 1.000)
/* Android */
Color.parseColor("#ee22ff")Accessibility — WCAG contrast
Aa
#ee22ff on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee22ff on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green13.3%
Blue100.0%
CMYK percentages
Cyan6.7%
Magenta86.7%
Yellow0.0%
Key (black)0.0%
Color previews
#ee22ff text on a black background
contrast 6.31:1
Card sample
#ee22ff text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee22ff;
Background color
Panel with #ee22ff background
background-color: #ee22ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee22ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 34, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 34, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee22ff; background: linear-gradient(135deg, #ee22ff, #FF227D);