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