#f01af2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 26, 242
HSL
299°, 89%, 53%
CMYK
1, 89, 0, 5
Luminance
0.2567
Every format
| HEX | #f01af2 |
| RGB | rgb(240, 26, 242) |
| HSL | hsl(299, 89%, 53%) |
| CMYK | cmyk(1%, 89%, 0%, 5%) |
| LAB | lab(57.7 92.0 -57.9) |
| LCH | lch(57.7 108.7 327.8) |
| OKLCH | oklch(0.676 0.302 327.8) |
Copy-ready code
/* CSS */
color: #f01af2;
background-color: #f01af2;
/* Tailwind (arbitrary) */
class="text-[#f01af2] bg-[#f01af2]"
/* SCSS */
$brand: #f01af2;
/* SwiftUI */
Color(red: 0.941, green: 0.102, blue: 0.949)
/* Android */
Color.parseColor("#f01af2")Accessibility — WCAG contrast
Aa
#f01af2 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f01af2 on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green10.2%
Blue94.9%
CMYK percentages
Cyan0.8%
Magenta89.3%
Yellow0.0%
Key (black)5.1%
Color previews
#f01af2 text on a black background
contrast 6.13:1
Card sample
#f01af2 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f01af2;
Background color
Panel with #f01af2 background
background-color: #f01af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f01af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 26, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 26, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f01af2; background: linear-gradient(135deg, #f01af2, #F21A64);