#f76afd
a light, electric magenta / pink · warm · closest name: violet
RGB
247, 106, 253
HSL
298°, 97%, 70%
CMYK
2, 58, 0, 1
Luminance
0.3717
Every format
| HEX | #f76afd |
| RGB | rgb(247, 106, 253) |
| HSL | hsl(298, 97%, 70%) |
| CMYK | cmyk(2%, 58%, 0%, 1%) |
| LAB | lab(67.4 72.3 -48.5) |
| LCH | lch(67.4 87.1 326.1) |
| OKLCH | oklch(0.750 0.240 326.0) |
Copy-ready code
/* CSS */
color: #f76afd;
background-color: #f76afd;
/* Tailwind (arbitrary) */
class="text-[#f76afd] bg-[#f76afd]"
/* SCSS */
$brand: #f76afd;
/* SwiftUI */
Color(red: 0.969, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#f76afd")Accessibility — WCAG contrast
Aa
#f76afd on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f76afd on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green41.6%
Blue99.2%
CMYK percentages
Cyan2.4%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#f76afd text on a black background
contrast 8.43:1
Card sample
#f76afd text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f76afd;
Background color
Panel with #f76afd background
background-color: #f76afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f76afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f76afd; background: linear-gradient(135deg, #f76afd, #FD6AA1);