#fd79ff
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 121, 255
HSL
299°, 100%, 74%
CMYK
1, 53, 0, 0
Luminance
0.4178
Every format
| HEX | #fd79ff |
| RGB | rgb(253, 121, 255) |
| HSL | hsl(299, 100%, 74%) |
| CMYK | cmyk(1%, 53%, 0%, 0%) |
| LAB | lab(70.7 67.6 -44.4) |
| LCH | lch(70.7 80.9 326.7) |
| OKLCH | oklch(0.776 0.224 326.9) |
Copy-ready code
/* CSS */
color: #fd79ff;
background-color: #fd79ff;
/* Tailwind (arbitrary) */
class="text-[#fd79ff] bg-[#fd79ff]"
/* SCSS */
$brand: #fd79ff;
/* SwiftUI */
Color(red: 0.992, green: 0.475, blue: 1.000)
/* Android */
Color.parseColor("#fd79ff")Accessibility — WCAG contrast
Aa
#fd79ff on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd79ff on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green47.5%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta52.5%
Yellow0.0%
Key (black)0.0%
Color previews
#fd79ff text on a black background
contrast 9.36:1
Card sample
#fd79ff text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd79ff;
Background color
Panel with #fd79ff background
background-color: #fd79ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd79ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 121, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 121, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd79ff; background: linear-gradient(135deg, #fd79ff, #FF79A8);