#f031ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
240, 49, 171
HSL
322°, 86%, 57%
CMYK
0, 80, 29, 6
Luminance
0.2366
Every format
| HEX | #f031ab |
| RGB | rgb(240, 49, 171) |
| HSL | hsl(322, 86%, 57%) |
| CMYK | cmyk(0%, 80%, 29%, 6%) |
| LAB | lab(55.8 78.6 -20.4) |
| LCH | lch(55.8 81.3 345.4) |
| OKLCH | oklch(0.651 0.246 347.3) |
Copy-ready code
/* CSS */
color: #f031ab;
background-color: #f031ab;
/* Tailwind (arbitrary) */
class="text-[#f031ab] bg-[#f031ab]"
/* SCSS */
$brand: #f031ab;
/* SwiftUI */
Color(red: 0.941, green: 0.192, blue: 0.671)
/* Android */
Color.parseColor("#f031ab")Accessibility — WCAG contrast
Aa
#f031ab on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f031ab on black: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green19.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta79.6%
Yellow28.8%
Key (black)5.9%
Color previews
#f031ab text on a black background
contrast 5.73:1
Card sample
#f031ab text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f031ab;
Background color
Panel with #f031ab background
background-color: #f031ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f031ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 49, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 49, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f031ab; background: linear-gradient(135deg, #f031ab, #F03731);