#f02af7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 42, 247
HSL
298°, 93%, 57%
CMYK
3, 83, 0, 3
Luminance
0.2690
Every format
| HEX | #f02af7 |
| RGB | rgb(240, 42, 247) |
| HSL | hsl(298, 93%, 57%) |
| CMYK | cmyk(3%, 83%, 0%, 3%) |
| LAB | lab(58.9 90.2 -58.8) |
| LCH | lch(58.9 107.7 326.9) |
| OKLCH | oklch(0.685 0.298 326.6) |
Copy-ready code
/* CSS */
color: #f02af7;
background-color: #f02af7;
/* Tailwind (arbitrary) */
class="text-[#f02af7] bg-[#f02af7]"
/* SCSS */
$brand: #f02af7;
/* SwiftUI */
Color(red: 0.941, green: 0.165, blue: 0.969)
/* Android */
Color.parseColor("#f02af7")Accessibility — WCAG contrast
Aa
#f02af7 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f02af7 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green16.5%
Blue96.9%
CMYK percentages
Cyan2.8%
Magenta83.0%
Yellow0.0%
Key (black)3.1%
Color previews
#f02af7 text on a black background
contrast 6.38:1
Card sample
#f02af7 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f02af7;
Background color
Panel with #f02af7 background
background-color: #f02af7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f02af7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 42, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 42, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f02af7; background: linear-gradient(135deg, #f02af7, #F72A75);