#f01afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 26, 253
HSL
297°, 98%, 55%
CMYK
5, 90, 0, 1
Luminance
0.2636
Every format
| HEX | #f01afd |
| RGB | rgb(240, 26, 253) |
| HSL | hsl(297, 98%, 55%) |
| CMYK | cmyk(5%, 90%, 0%, 1%) |
| LAB | lab(58.4 93.6 -63.0) |
| LCH | lch(58.4 112.8 326.1) |
| OKLCH | oklch(0.683 0.310 325.4) |
Copy-ready code
/* CSS */
color: #f01afd;
background-color: #f01afd;
/* Tailwind (arbitrary) */
class="text-[#f01afd] bg-[#f01afd]"
/* SCSS */
$brand: #f01afd;
/* SwiftUI */
Color(red: 0.941, green: 0.102, blue: 0.992)
/* Android */
Color.parseColor("#f01afd")Accessibility — WCAG contrast
Aa
#f01afd on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f01afd on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green10.2%
Blue99.2%
CMYK percentages
Cyan5.1%
Magenta89.7%
Yellow0.0%
Key (black)0.8%
Color previews
#f01afd text on a black background
contrast 6.27:1
Card sample
#f01afd text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f01afd;
Background color
Panel with #f01afd background
background-color: #f01afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f01afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 26, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 26, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f01afd; background: linear-gradient(135deg, #f01afd, #FD1A73);