#f079b8
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 121, 184
HSL
328°, 80%, 71%
CMYK
0, 50, 23, 6
Luminance
0.3566
Every format
| HEX | #f079b8 |
| RGB | rgb(240, 121, 184) |
| HSL | hsl(328, 80%, 71%) |
| CMYK | cmyk(0%, 50%, 23%, 6%) |
| LAB | lab(66.3 52.9 -12.0) |
| LCH | lch(66.3 54.2 347.2) |
| OKLCH | oklch(0.730 0.162 348.9) |
Copy-ready code
/* CSS */
color: #f079b8;
background-color: #f079b8;
/* Tailwind (arbitrary) */
class="text-[#f079b8] bg-[#f079b8]"
/* SCSS */
$brand: #f079b8;
/* SwiftUI */
Color(red: 0.941, green: 0.475, blue: 0.722)
/* Android */
Color.parseColor("#f079b8")Accessibility — WCAG contrast
Aa
#f079b8 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f079b8 on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green47.5%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow23.3%
Key (black)5.9%
Color previews
#f079b8 text on a black background
contrast 8.13:1
Card sample
#f079b8 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f079b8;
Background color
Panel with #f079b8 background
background-color: #f079b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f079b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 121, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 121, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f079b8; background: linear-gradient(135deg, #f079b8, #F08979);