#f02af5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 42, 245
HSL
299°, 91%, 56%
CMYK
2, 83, 0, 4
Luminance
0.2677
Every format
| HEX | #f02af5 |
| RGB | rgb(240, 42, 245) |
| HSL | hsl(299, 91%, 56%) |
| CMYK | cmyk(2%, 83%, 0%, 4%) |
| LAB | lab(58.8 89.9 -57.9) |
| LCH | lch(58.8 106.9 327.2) |
| OKLCH | oklch(0.684 0.296 327.1) |
Copy-ready code
/* CSS */
color: #f02af5;
background-color: #f02af5;
/* Tailwind (arbitrary) */
class="text-[#f02af5] bg-[#f02af5]"
/* SCSS */
$brand: #f02af5;
/* SwiftUI */
Color(red: 0.941, green: 0.165, blue: 0.961)
/* Android */
Color.parseColor("#f02af5")Accessibility — WCAG contrast
Aa
#f02af5 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f02af5 on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green16.5%
Blue96.1%
CMYK percentages
Cyan2.0%
Magenta82.9%
Yellow0.0%
Key (black)3.9%
Color previews
#f02af5 text on a black background
contrast 6.35:1
Card sample
#f02af5 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f02af5;
Background color
Panel with #f02af5 background
background-color: #f02af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f02af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 42, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 42, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f02af5; background: linear-gradient(135deg, #f02af5, #F52A73);