#f02afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 42, 253
HSL
296°, 98%, 58%
CMYK
5, 83, 0, 1
Luminance
0.2727
Every format
| HEX | #f02afd |
| RGB | rgb(240, 42, 253) |
| HSL | hsl(296, 98%, 58%) |
| CMYK | cmyk(5%, 83%, 0%, 1%) |
| LAB | lab(59.2 91.1 -61.6) |
| LCH | lch(59.2 110.0 325.9) |
| OKLCH | oklch(0.689 0.302 325.3) |
Copy-ready code
/* CSS */
color: #f02afd;
background-color: #f02afd;
/* Tailwind (arbitrary) */
class="text-[#f02afd] bg-[#f02afd]"
/* SCSS */
$brand: #f02afd;
/* SwiftUI */
Color(red: 0.941, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#f02afd")Accessibility — WCAG contrast
Aa
#f02afd on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f02afd on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green16.5%
Blue99.2%
CMYK percentages
Cyan5.1%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#f02afd text on a black background
contrast 6.45:1
Card sample
#f02afd text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f02afd;
Background color
Panel with #f02afd background
background-color: #f02afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f02afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f02afd; background: linear-gradient(135deg, #f02afd, #FD2A7D);