#fd76ff
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 118, 255
HSL
299°, 100%, 73%
CMYK
1, 54, 0, 0
Luminance
0.4106
Every format
| HEX | #fd76ff |
| RGB | rgb(253, 118, 255) |
| HSL | hsl(299, 100%, 73%) |
| CMYK | cmyk(1%, 54%, 0%, 0%) |
| LAB | lab(70.2 69.0 -45.2) |
| LCH | lch(70.2 82.4 326.8) |
| OKLCH | oklch(0.772 0.228 326.9) |
Copy-ready code
/* CSS */
color: #fd76ff;
background-color: #fd76ff;
/* Tailwind (arbitrary) */
class="text-[#fd76ff] bg-[#fd76ff]"
/* SCSS */
$brand: #fd76ff;
/* SwiftUI */
Color(red: 0.992, green: 0.463, blue: 1.000)
/* Android */
Color.parseColor("#fd76ff")Accessibility — WCAG contrast
Aa
#fd76ff on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd76ff on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green46.3%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta53.7%
Yellow0.0%
Key (black)0.0%
Color previews
#fd76ff text on a black background
contrast 9.21:1
Card sample
#fd76ff text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd76ff;
Background color
Panel with #fd76ff background
background-color: #fd76ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd76ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 118, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 118, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd76ff; background: linear-gradient(135deg, #fd76ff, #FF76A6);