#f079ad
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 121, 173
HSL
334°, 80%, 71%
CMYK
0, 50, 28, 6
Luminance
0.3522
Every format
| HEX | #f079ad |
| RGB | rgb(240, 121, 173) |
| HSL | hsl(334, 80%, 71%) |
| CMYK | cmyk(0%, 50%, 28%, 6%) |
| LAB | lab(65.9 51.4 -6.3) |
| LCH | lch(65.9 51.8 353.1) |
| OKLCH | oklch(0.727 0.156 354.2) |
Copy-ready code
/* CSS */
color: #f079ad;
background-color: #f079ad;
/* Tailwind (arbitrary) */
class="text-[#f079ad] bg-[#f079ad]"
/* SCSS */
$brand: #f079ad;
/* SwiftUI */
Color(red: 0.941, green: 0.475, blue: 0.678)
/* Android */
Color.parseColor("#f079ad")Accessibility — WCAG contrast
Aa
#f079ad on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f079ad on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green47.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow27.9%
Key (black)5.9%
Color previews
#f079ad text on a black background
contrast 8.04:1
Card sample
#f079ad text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f079ad;
Background color
Panel with #f079ad background
background-color: #f079ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f079ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 121, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 121, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f079ad; background: linear-gradient(135deg, #f079ad, #F09479);