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