#f976b2
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 118, 178
HSL
333°, 92%, 72%
CMYK
0, 53, 29, 2
Luminance
0.3631
Every format
| HEX | #f976b2 |
| RGB | rgb(249, 118, 178) |
| HSL | hsl(333, 92%, 72%) |
| CMYK | cmyk(0%, 53%, 29%, 2%) |
| LAB | lab(66.8 56.3 -7.7) |
| LCH | lch(66.8 56.8 352.2) |
| OKLCH | oklch(0.736 0.172 353.4) |
Copy-ready code
/* CSS */
color: #f976b2;
background-color: #f976b2;
/* Tailwind (arbitrary) */
class="text-[#f976b2] bg-[#f976b2]"
/* SCSS */
$brand: #f976b2;
/* SwiftUI */
Color(red: 0.976, green: 0.463, blue: 0.698)
/* Android */
Color.parseColor("#f976b2")Accessibility — WCAG contrast
Aa
#f976b2 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f976b2 on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green46.3%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta52.6%
Yellow28.5%
Key (black)2.4%
Color previews
#f976b2 text on a black background
contrast 8.26:1
Card sample
#f976b2 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f976b2;
Background color
Panel with #f976b2 background
background-color: #f976b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f976b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 118, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 118, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f976b2; background: linear-gradient(135deg, #f976b2, #F99176);