#f97cbf
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 124, 191
HSL
328°, 91%, 73%
CMYK
0, 50, 23, 2
Luminance
0.3832
Every format
| HEX | #f97cbf |
| RGB | rgb(249, 124, 191) |
| HSL | hsl(328, 91%, 73%) |
| CMYK | cmyk(0%, 50%, 23%, 2%) |
| LAB | lab(68.3 55.2 -12.8) |
| LCH | lch(68.3 56.6 347.0) |
| OKLCH | oklch(0.748 0.169 348.6) |
Copy-ready code
/* CSS */
color: #f97cbf;
background-color: #f97cbf;
/* Tailwind (arbitrary) */
class="text-[#f97cbf] bg-[#f97cbf]"
/* SCSS */
$brand: #f97cbf;
/* SwiftUI */
Color(red: 0.976, green: 0.486, blue: 0.749)
/* Android */
Color.parseColor("#f97cbf")Accessibility — WCAG contrast
Aa
#f97cbf on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97cbf on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green48.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow23.3%
Key (black)2.4%
Color previews
#f97cbf text on a black background
contrast 8.66:1
Card sample
#f97cbf text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97cbf;
Background color
Panel with #f97cbf background
background-color: #f97cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 124, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 124, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97cbf; background: linear-gradient(135deg, #f97cbf, #F98C7C);