#f76cfd
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 108, 253
HSL
298°, 97%, 71%
CMYK
2, 57, 0, 1
Luminance
0.3759
Every format
| HEX | #f76cfd |
| RGB | rgb(247, 108, 253) |
| HSL | hsl(298, 97%, 71%) |
| CMYK | cmyk(2%, 57%, 0%, 1%) |
| LAB | lab(67.7 71.5 -48.0) |
| LCH | lch(67.7 86.1 326.1) |
| OKLCH | oklch(0.752 0.237 326.0) |
Copy-ready code
/* CSS */
color: #f76cfd;
background-color: #f76cfd;
/* Tailwind (arbitrary) */
class="text-[#f76cfd] bg-[#f76cfd]"
/* SCSS */
$brand: #f76cfd;
/* SwiftUI */
Color(red: 0.969, green: 0.424, blue: 0.992)
/* Android */
Color.parseColor("#f76cfd")Accessibility — WCAG contrast
Aa
#f76cfd on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f76cfd on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green42.4%
Blue99.2%
CMYK percentages
Cyan2.4%
Magenta57.3%
Yellow0.0%
Key (black)0.8%
Color previews
#f76cfd text on a black background
contrast 8.52:1
Card sample
#f76cfd text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f76cfd;
Background color
Panel with #f76cfd background
background-color: #f76cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f76cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 108, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 108, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f76cfd; background: linear-gradient(135deg, #f76cfd, #FD6CA2);