#f976da
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 118, 218
HSL
314°, 92%, 72%
CMYK
0, 53, 12, 2
Luminance
0.3816
Every format
| HEX | #f976da |
| RGB | rgb(249, 118, 218) |
| HSL | hsl(314, 92%, 72%) |
| CMYK | cmyk(0%, 53%, 12%, 2%) |
| LAB | lab(68.1 61.9 -28.1) |
| LCH | lch(68.1 68.0 335.6) |
| OKLCH | oklch(0.751 0.196 337.3) |
Copy-ready code
/* CSS */
color: #f976da;
background-color: #f976da;
/* Tailwind (arbitrary) */
class="text-[#f976da] bg-[#f976da]"
/* SCSS */
$brand: #f976da;
/* SwiftUI */
Color(red: 0.976, green: 0.463, blue: 0.855)
/* Android */
Color.parseColor("#f976da")Accessibility — WCAG contrast
Aa
#f976da on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f976da on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green46.3%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta52.6%
Yellow12.4%
Key (black)2.4%
Color previews
#f976da text on a black background
contrast 8.63:1
Card sample
#f976da text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f976da;
Background color
Panel with #f976da background
background-color: #f976da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f976da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 118, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 118, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f976da; background: linear-gradient(135deg, #f976da, #F97683);