#fd79ec
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 121, 236
HSL
308°, 97%, 73%
CMYK
0, 52, 7, 1
Luminance
0.4061
Every format
| HEX | #fd79ec |
| RGB | rgb(253, 121, 236) |
| HSL | hsl(308, 97%, 73%) |
| CMYK | cmyk(0%, 52%, 7%, 1%) |
| LAB | lab(69.9 64.5 -35.2) |
| LCH | lch(69.9 73.5 331.3) |
| OKLCH | oklch(0.767 0.208 332.5) |
Copy-ready code
/* CSS */
color: #fd79ec;
background-color: #fd79ec;
/* Tailwind (arbitrary) */
class="text-[#fd79ec] bg-[#fd79ec]"
/* SCSS */
$brand: #fd79ec;
/* SwiftUI */
Color(red: 0.992, green: 0.475, blue: 0.925)
/* Android */
Color.parseColor("#fd79ec")Accessibility — WCAG contrast
Aa
#fd79ec on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd79ec on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green47.5%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow6.7%
Key (black)0.8%
Color previews
#fd79ec text on a black background
contrast 9.12:1
Card sample
#fd79ec text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd79ec;
Background color
Panel with #fd79ec background
background-color: #fd79ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd79ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 121, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 121, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd79ec; background: linear-gradient(135deg, #fd79ec, #FD7994);