#f97eb2
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 126, 178
HSL
335°, 91%, 74%
CMYK
0, 49, 29, 2
Luminance
0.3828
Every format
| HEX | #f97eb2 |
| RGB | rgb(249, 126, 178) |
| HSL | hsl(335, 91%, 74%) |
| CMYK | cmyk(0%, 49%, 29%, 2%) |
| LAB | lab(68.2 52.5 -5.5) |
| LCH | lch(68.2 52.8 354.0) |
| OKLCH | oklch(0.747 0.160 355.0) |
Copy-ready code
/* CSS */
color: #f97eb2;
background-color: #f97eb2;
/* Tailwind (arbitrary) */
class="text-[#f97eb2] bg-[#f97eb2]"
/* SCSS */
$brand: #f97eb2;
/* SwiftUI */
Color(red: 0.976, green: 0.494, blue: 0.698)
/* Android */
Color.parseColor("#f97eb2")Accessibility — WCAG contrast
Aa
#f97eb2 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97eb2 on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green49.4%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow28.5%
Key (black)2.4%
Color previews
#f97eb2 text on a black background
contrast 8.66:1
Card sample
#f97eb2 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97eb2;
Background color
Panel with #f97eb2 background
background-color: #f97eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 126, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 126, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97eb2; background: linear-gradient(135deg, #f97eb2, #F99C7E);