#ff079e
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 7, 158
HSL
324°, 100%, 51%
CMYK
0, 97, 38, 0
Luminance
0.2388
Every format
| HEX | #ff079e |
| RGB | rgb(255, 7, 158) |
| HSL | hsl(324, 100%, 51%) |
| CMYK | cmyk(0%, 97%, 38%, 0%) |
| LAB | lab(56.0 86.5 -12.2) |
| LCH | lch(56.0 87.4 352.0) |
| OKLCH | oklch(0.656 0.269 353.3) |
Copy-ready code
/* CSS */
color: #ff079e;
background-color: #ff079e;
/* Tailwind (arbitrary) */
class="text-[#ff079e] bg-[#ff079e]"
/* SCSS */
$brand: #ff079e;
/* SwiftUI */
Color(red: 1.000, green: 0.027, blue: 0.620)
/* Android */
Color.parseColor("#ff079e")Accessibility — WCAG contrast
Aa
#ff079e on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff079e on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green2.7%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta97.3%
Yellow38.0%
Key (black)0.0%
Color previews
#ff079e text on a black background
contrast 5.78:1
Card sample
#ff079e text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff079e;
Background color
Panel with #ff079e background
background-color: #ff079e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff079e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 7, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 7, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff079e; background: linear-gradient(135deg, #ff079e, #FF1607);