#ff79d9
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 121, 217
HSL
317°, 100%, 74%
CMYK
0, 53, 15, 0
Luminance
0.3994
Every format
| HEX | #ff79d9 |
| RGB | rgb(255, 121, 217) |
| HSL | hsl(317, 100%, 74%) |
| CMYK | cmyk(0%, 53%, 15%, 0%) |
| LAB | lab(69.4 62.1 -25.4) |
| LCH | lch(69.4 67.1 337.7) |
| OKLCH | oklch(0.762 0.195 339.5) |
Copy-ready code
/* CSS */
color: #ff79d9;
background-color: #ff79d9;
/* Tailwind (arbitrary) */
class="text-[#ff79d9] bg-[#ff79d9]"
/* SCSS */
$brand: #ff79d9;
/* SwiftUI */
Color(red: 1.000, green: 0.475, blue: 0.851)
/* Android */
Color.parseColor("#ff79d9")Accessibility — WCAG contrast
Aa
#ff79d9 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff79d9 on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green47.5%
Blue85.1%
CMYK percentages
Cyan0.0%
Magenta52.5%
Yellow14.9%
Key (black)0.0%
Color previews
#ff79d9 text on a black background
contrast 8.99:1
Card sample
#ff79d9 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff79d9;
Background color
Panel with #ff79d9 background
background-color: #ff79d9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff79d9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 121, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 121, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff79d9; background: linear-gradient(135deg, #ff79d9, #FF7980);