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