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