#f97cb7
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 124, 183
HSL
332°, 91%, 73%
CMYK
0, 50, 27, 2
Luminance
0.3797
Every format
| HEX | #f97cb7 |
| RGB | rgb(249, 124, 183) |
| HSL | hsl(332, 91%, 73%) |
| CMYK | cmyk(0%, 50%, 27%, 2%) |
| LAB | lab(68.0 54.1 -8.7) |
| LCH | lch(68.0 54.8 350.9) |
| OKLCH | oklch(0.746 0.165 352.2) |
Copy-ready code
/* CSS */
color: #f97cb7;
background-color: #f97cb7;
/* Tailwind (arbitrary) */
class="text-[#f97cb7] bg-[#f97cb7]"
/* SCSS */
$brand: #f97cb7;
/* SwiftUI */
Color(red: 0.976, green: 0.486, blue: 0.718)
/* Android */
Color.parseColor("#f97cb7")Accessibility — WCAG contrast
Aa
#f97cb7 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97cb7 on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green48.6%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow26.5%
Key (black)2.4%
Color previews
#f97cb7 text on a black background
contrast 8.59:1
Card sample
#f97cb7 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97cb7;
Background color
Panel with #f97cb7 background
background-color: #f97cb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97cb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 124, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 124, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97cb7; background: linear-gradient(135deg, #f97cb7, #F9947C);