#f76dfb
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 109, 251
HSL
298°, 95%, 71%
CMYK
2, 57, 0, 2
Luminance
0.3768
Every format
| HEX | #f76dfb |
| RGB | rgb(247, 109, 251) |
| HSL | hsl(298, 95%, 71%) |
| CMYK | cmyk(2%, 57%, 0%, 2%) |
| LAB | lab(67.8 70.7 -46.9) |
| LCH | lch(67.8 84.8 326.5) |
| OKLCH | oklch(0.752 0.234 326.5) |
Copy-ready code
/* CSS */
color: #f76dfb;
background-color: #f76dfb;
/* Tailwind (arbitrary) */
class="text-[#f76dfb] bg-[#f76dfb]"
/* SCSS */
$brand: #f76dfb;
/* SwiftUI */
Color(red: 0.969, green: 0.427, blue: 0.984)
/* Android */
Color.parseColor("#f76dfb")Accessibility — WCAG contrast
Aa
#f76dfb on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f76dfb on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green42.7%
Blue98.4%
CMYK percentages
Cyan1.6%
Magenta56.6%
Yellow0.0%
Key (black)1.6%
Color previews
#f76dfb text on a black background
contrast 8.54:1
Card sample
#f76dfb text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f76dfb;
Background color
Panel with #f76dfb background
background-color: #f76dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f76dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 109, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 109, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f76dfb; background: linear-gradient(135deg, #f76dfb, #FB6DA0);