#f074ab
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 116, 171
HSL
333°, 81%, 70%
CMYK
0, 52, 29, 6
Luminance
0.3396
Every format
| HEX | #f074ab |
| RGB | rgb(240, 116, 171) |
| HSL | hsl(333, 81%, 70%) |
| CMYK | cmyk(0%, 52%, 29%, 6%) |
| LAB | lab(64.9 53.5 -6.6) |
| LCH | lch(64.9 53.9 353.0) |
| OKLCH | oklch(0.719 0.163 354.1) |
Copy-ready code
/* CSS */
color: #f074ab;
background-color: #f074ab;
/* Tailwind (arbitrary) */
class="text-[#f074ab] bg-[#f074ab]"
/* SCSS */
$brand: #f074ab;
/* SwiftUI */
Color(red: 0.941, green: 0.455, blue: 0.671)
/* Android */
Color.parseColor("#f074ab")Accessibility — WCAG contrast
Aa
#f074ab on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f074ab on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green45.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta51.7%
Yellow28.8%
Key (black)5.9%
Color previews
#f074ab text on a black background
contrast 7.79:1
Card sample
#f074ab text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f074ab;
Background color
Panel with #f074ab background
background-color: #f074ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f074ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 116, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 116, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f074ab; background: linear-gradient(135deg, #f074ab, #F09074);