#fd79fe
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 121, 254
HSL
300°, 99%, 74%
CMYK
0, 52, 0, 0
Luminance
0.4171
Every format
| HEX | #fd79fe |
| RGB | rgb(253, 121, 254) |
| HSL | hsl(300, 99%, 74%) |
| CMYK | cmyk(0%, 52%, 0%, 0%) |
| LAB | lab(70.7 67.4 -43.9) |
| LCH | lch(70.7 80.5 326.9) |
| OKLCH | oklch(0.775 0.223 327.2) |
Copy-ready code
/* CSS */
color: #fd79fe;
background-color: #fd79fe;
/* Tailwind (arbitrary) */
class="text-[#fd79fe] bg-[#fd79fe]"
/* SCSS */
$brand: #fd79fe;
/* SwiftUI */
Color(red: 0.992, green: 0.475, blue: 0.996)
/* Android */
Color.parseColor("#fd79fe")Accessibility — WCAG contrast
Aa
#fd79fe on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd79fe on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green47.5%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta52.4%
Yellow0.0%
Key (black)0.4%
Color previews
#fd79fe text on a black background
contrast 9.34:1
Card sample
#fd79fe text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd79fe;
Background color
Panel with #fd79fe background
background-color: #fd79fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd79fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 121, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 121, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd79fe; background: linear-gradient(135deg, #fd79fe, #FE79A6);