#f079b0
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 121, 176
HSL
332°, 80%, 71%
CMYK
0, 50, 27, 6
Luminance
0.3533
Every format
| HEX | #f079b0 |
| RGB | rgb(240, 121, 176) |
| HSL | hsl(332, 80%, 71%) |
| CMYK | cmyk(0%, 50%, 27%, 6%) |
| LAB | lab(66.0 51.8 -7.8) |
| LCH | lch(66.0 52.4 351.4) |
| OKLCH | oklch(0.728 0.158 352.7) |
Copy-ready code
/* CSS */
color: #f079b0;
background-color: #f079b0;
/* Tailwind (arbitrary) */
class="text-[#f079b0] bg-[#f079b0]"
/* SCSS */
$brand: #f079b0;
/* SwiftUI */
Color(red: 0.941, green: 0.475, blue: 0.690)
/* Android */
Color.parseColor("#f079b0")Accessibility — WCAG contrast
Aa
#f079b0 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f079b0 on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green47.5%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow26.7%
Key (black)5.9%
Color previews
#f079b0 text on a black background
contrast 8.07:1
Card sample
#f079b0 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f079b0;
Background color
Panel with #f079b0 background
background-color: #f079b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f079b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 121, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 121, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f079b0; background: linear-gradient(135deg, #f079b0, #F09179);