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