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