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