#f02ade
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 42, 222
HSL
306°, 87%, 55%
CMYK
0, 83, 8, 6
Luminance
0.2546
Every format
| HEX | #f02ade |
| RGB | rgb(240, 42, 222) |
| HSL | hsl(306, 87%, 55%) |
| CMYK | cmyk(0%, 83%, 8%, 6%) |
| LAB | lab(57.5 86.6 -47.0) |
| LCH | lch(57.5 98.5 331.5) |
| OKLCH | oklch(0.671 0.281 332.6) |
Copy-ready code
/* CSS */
color: #f02ade;
background-color: #f02ade;
/* Tailwind (arbitrary) */
class="text-[#f02ade] bg-[#f02ade]"
/* SCSS */
$brand: #f02ade;
/* SwiftUI */
Color(red: 0.941, green: 0.165, blue: 0.871)
/* Android */
Color.parseColor("#f02ade")Accessibility — WCAG contrast
Aa
#f02ade on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f02ade on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green16.5%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta82.5%
Yellow7.5%
Key (black)5.9%
Color previews
#f02ade text on a black background
contrast 6.09:1
Card sample
#f02ade text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f02ade;
Background color
Panel with #f02ade background
background-color: #f02ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f02ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 42, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 42, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f02ade; background: linear-gradient(135deg, #f02ade, #F02A5A);