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