#f976ae
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 118, 174
HSL
334°, 92%, 72%
CMYK
0, 53, 30, 2
Luminance
0.3615
Every format
| HEX | #f976ae |
| RGB | rgb(249, 118, 174) |
| HSL | hsl(334, 92%, 72%) |
| CMYK | cmyk(0%, 53%, 30%, 2%) |
| LAB | lab(66.6 55.8 -5.6) |
| LCH | lch(66.6 56.1 354.3) |
| OKLCH | oklch(0.735 0.170 355.2) |
Copy-ready code
/* CSS */
color: #f976ae;
background-color: #f976ae;
/* Tailwind (arbitrary) */
class="text-[#f976ae] bg-[#f976ae]"
/* SCSS */
$brand: #f976ae;
/* SwiftUI */
Color(red: 0.976, green: 0.463, blue: 0.682)
/* Android */
Color.parseColor("#f976ae")Accessibility — WCAG contrast
Aa
#f976ae on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f976ae on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green46.3%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta52.6%
Yellow30.1%
Key (black)2.4%
Color previews
#f976ae text on a black background
contrast 8.23:1
Card sample
#f976ae text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f976ae;
Background color
Panel with #f976ae background
background-color: #f976ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f976ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 118, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 118, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f976ae; background: linear-gradient(135deg, #f976ae, #F99676);