#f76fe2
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 111, 226
HSL
309°, 90%, 70%
CMYK
0, 55, 9, 3
Luminance
0.3663
Every format
| HEX | #f76fe2 |
| RGB | rgb(247, 111, 226) |
| HSL | hsl(309, 90%, 70%) |
| CMYK | cmyk(0%, 55%, 9%, 3%) |
| LAB | lab(67.0 65.8 -34.3) |
| LCH | lch(67.0 74.2 332.5) |
| OKLCH | oklch(0.743 0.211 333.8) |
Copy-ready code
/* CSS */
color: #f76fe2;
background-color: #f76fe2;
/* Tailwind (arbitrary) */
class="text-[#f76fe2] bg-[#f76fe2]"
/* SCSS */
$brand: #f76fe2;
/* SwiftUI */
Color(red: 0.969, green: 0.435, blue: 0.886)
/* Android */
Color.parseColor("#f76fe2")Accessibility — WCAG contrast
Aa
#f76fe2 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f76fe2 on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green43.5%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta55.1%
Yellow8.5%
Key (black)3.1%
Color previews
#f76fe2 text on a black background
contrast 8.33:1
Card sample
#f76fe2 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f76fe2;
Background color
Panel with #f76fe2 background
background-color: #f76fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f76fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 111, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 111, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f76fe2; background: linear-gradient(135deg, #f76fe2, #F76F87);