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