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