#ff2ee9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 46, 233
HSL
306°, 100%, 59%
CMYK
0, 82, 9, 0
Luminance
0.2910
Every format
| HEX | #ff2ee9 |
| RGB | rgb(255, 46, 233) |
| HSL | hsl(306, 100%, 59%) |
| CMYK | cmyk(0%, 82%, 9%, 0%) |
| LAB | lab(60.9 90.1 -47.7) |
| LCH | lch(60.9 102.0 332.1) |
| OKLCH | oklch(0.702 0.292 333.3) |
Copy-ready code
/* CSS */
color: #ff2ee9;
background-color: #ff2ee9;
/* Tailwind (arbitrary) */
class="text-[#ff2ee9] bg-[#ff2ee9]"
/* SCSS */
$brand: #ff2ee9;
/* SwiftUI */
Color(red: 1.000, green: 0.180, blue: 0.914)
/* Android */
Color.parseColor("#ff2ee9")Accessibility — WCAG contrast
Aa
#ff2ee9 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff2ee9 on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green18.0%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta82.0%
Yellow8.6%
Key (black)0.0%
Color previews
#ff2ee9 text on a black background
contrast 6.82:1
Card sample
#ff2ee9 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff2ee9;
Background color
Panel with #ff2ee9 background
background-color: #ff2ee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff2ee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 46, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 46, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff2ee9; background: linear-gradient(135deg, #ff2ee9, #FF2E5E);