#f97cb0
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 124, 176
HSL
335°, 91%, 73%
CMYK
0, 50, 29, 2
Luminance
0.3769
Every format
| HEX | #f97cb0 |
| RGB | rgb(249, 124, 176) |
| HSL | hsl(335, 91%, 73%) |
| CMYK | cmyk(0%, 50%, 29%, 2%) |
| LAB | lab(67.8 53.2 -5.0) |
| LCH | lch(67.8 53.5 354.6) |
| OKLCH | oklch(0.743 0.162 355.5) |
Copy-ready code
/* CSS */
color: #f97cb0;
background-color: #f97cb0;
/* Tailwind (arbitrary) */
class="text-[#f97cb0] bg-[#f97cb0]"
/* SCSS */
$brand: #f97cb0;
/* SwiftUI */
Color(red: 0.976, green: 0.486, blue: 0.690)
/* Android */
Color.parseColor("#f97cb0")Accessibility — WCAG contrast
Aa
#f97cb0 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97cb0 on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green48.6%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow29.3%
Key (black)2.4%
Color previews
#f97cb0 text on a black background
contrast 8.54:1
Card sample
#f97cb0 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97cb0;
Background color
Panel with #f97cb0 background
background-color: #f97cb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97cb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 124, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 124, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97cb0; background: linear-gradient(135deg, #f97cb0, #F99B7C);