#f079cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 121, 207
HSL
317°, 80%, 71%
CMYK
0, 50, 14, 6
Luminance
0.3671
Every format
| HEX | #f079cf |
| RGB | rgb(240, 121, 207) |
| HSL | hsl(317, 80%, 71%) |
| CMYK | cmyk(0%, 50%, 14%, 6%) |
| LAB | lab(67.1 56.2 -23.7) |
| LCH | lch(67.1 61.0 337.2) |
| OKLCH | oklch(0.739 0.177 338.9) |
Copy-ready code
/* CSS */
color: #f079cf;
background-color: #f079cf;
/* Tailwind (arbitrary) */
class="text-[#f079cf] bg-[#f079cf]"
/* SCSS */
$brand: #f079cf;
/* SwiftUI */
Color(red: 0.941, green: 0.475, blue: 0.812)
/* Android */
Color.parseColor("#f079cf")Accessibility — WCAG contrast
Aa
#f079cf on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f079cf on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green47.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow13.7%
Key (black)5.9%
Color previews
#f079cf text on a black background
contrast 8.34:1
Card sample
#f079cf text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f079cf;
Background color
Panel with #f079cf background
background-color: #f079cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f079cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 121, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 121, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f079cf; background: linear-gradient(135deg, #f079cf, #F07980);