#f97bc9
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 123, 201
HSL
323°, 91%, 73%
CMYK
0, 51, 19, 2
Luminance
0.3852
Every format
| HEX | #f97bc9 |
| RGB | rgb(249, 123, 201) |
| HSL | hsl(323, 91%, 73%) |
| CMYK | cmyk(0%, 51%, 19%, 2%) |
| LAB | lab(68.4 57.1 -18.2) |
| LCH | lch(68.4 59.9 342.3) |
| OKLCH | oklch(0.751 0.177 344.2) |
Copy-ready code
/* CSS */
color: #f97bc9;
background-color: #f97bc9;
/* Tailwind (arbitrary) */
class="text-[#f97bc9] bg-[#f97bc9]"
/* SCSS */
$brand: #f97bc9;
/* SwiftUI */
Color(red: 0.976, green: 0.482, blue: 0.788)
/* Android */
Color.parseColor("#f97bc9")Accessibility — WCAG contrast
Aa
#f97bc9 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97bc9 on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green48.2%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow19.3%
Key (black)2.4%
Color previews
#f97bc9 text on a black background
contrast 8.70:1
Card sample
#f97bc9 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97bc9;
Background color
Panel with #f97bc9 background
background-color: #f97bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 123, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 123, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97bc9; background: linear-gradient(135deg, #f97bc9, #F9817B);