#ff2ade
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 42, 222
HSL
309°, 100%, 58%
CMYK
0, 84, 13, 0
Luminance
0.2819
Every format
| HEX | #ff2ade |
| RGB | rgb(255, 42, 222) |
| HSL | hsl(309, 100%, 58%) |
| CMYK | cmyk(0%, 84%, 13%, 0%) |
| LAB | lab(60.1 89.4 -42.8) |
| LCH | lch(60.1 99.1 334.4) |
| OKLCH | oklch(0.694 0.288 336.0) |
Copy-ready code
/* CSS */
color: #ff2ade;
background-color: #ff2ade;
/* Tailwind (arbitrary) */
class="text-[#ff2ade] bg-[#ff2ade]"
/* SCSS */
$brand: #ff2ade;
/* SwiftUI */
Color(red: 1.000, green: 0.165, blue: 0.871)
/* Android */
Color.parseColor("#ff2ade")Accessibility — WCAG contrast
Aa
#ff2ade on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff2ade on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green16.5%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta83.5%
Yellow12.9%
Key (black)0.0%
Color previews
#ff2ade text on a black background
contrast 6.64:1
Card sample
#ff2ade text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff2ade;
Background color
Panel with #ff2ade background
background-color: #ff2ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff2ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 42, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 42, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff2ade; background: linear-gradient(135deg, #ff2ade, #FF2A50);