#f021ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 33, 171
HSL
320°, 87%, 54%
CMYK
0, 86, 29, 6
Luminance
0.2255
Every format
| HEX | #f021ab |
| RGB | rgb(240, 33, 171) |
| HSL | hsl(320, 87%, 54%) |
| CMYK | cmyk(0%, 86%, 29%, 6%) |
| LAB | lab(54.6 81.9 -22.2) |
| LCH | lch(54.6 84.9 344.9) |
| OKLCH | oklch(0.643 0.257 346.8) |
Copy-ready code
/* CSS */
color: #f021ab;
background-color: #f021ab;
/* Tailwind (arbitrary) */
class="text-[#f021ab] bg-[#f021ab]"
/* SCSS */
$brand: #f021ab;
/* SwiftUI */
Color(red: 0.941, green: 0.129, blue: 0.671)
/* Android */
Color.parseColor("#f021ab")Accessibility — WCAG contrast
Aa
#f021ab on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f021ab on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green12.9%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta86.3%
Yellow28.8%
Key (black)5.9%
Color previews
#f021ab text on a black background
contrast 5.51:1
Card sample
#f021ab text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f021ab;
Background color
Panel with #f021ab background
background-color: #f021ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f021ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 33, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 33, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f021ab; background: linear-gradient(135deg, #f021ab, #F02121);