#ff2ae2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 42, 226
HSL
308°, 100%, 58%
CMYK
0, 84, 11, 0
Luminance
0.2841
Every format
| HEX | #ff2ae2 |
| RGB | rgb(255, 42, 226) |
| HSL | hsl(308, 100%, 58%) |
| CMYK | cmyk(0%, 84%, 11%, 0%) |
| LAB | lab(60.3 90.0 -44.7) |
| LCH | lch(60.3 100.5 333.6) |
| OKLCH | oklch(0.696 0.290 335.0) |
Copy-ready code
/* CSS */
color: #ff2ae2;
background-color: #ff2ae2;
/* Tailwind (arbitrary) */
class="text-[#ff2ae2] bg-[#ff2ae2]"
/* SCSS */
$brand: #ff2ae2;
/* SwiftUI */
Color(red: 1.000, green: 0.165, blue: 0.886)
/* Android */
Color.parseColor("#ff2ae2")Accessibility — WCAG contrast
Aa
#ff2ae2 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff2ae2 on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green16.5%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta83.5%
Yellow11.4%
Key (black)0.0%
Color previews
#ff2ae2 text on a black background
contrast 6.68:1
Card sample
#ff2ae2 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff2ae2;
Background color
Panel with #ff2ae2 background
background-color: #ff2ae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff2ae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 42, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 42, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff2ae2; background: linear-gradient(135deg, #ff2ae2, #FF2A54);