#f97cd7
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 124, 215
HSL
316°, 91%, 73%
CMYK
0, 50, 14, 2
Luminance
0.3946
Every format
| HEX | #f97cd7 |
| RGB | rgb(249, 124, 215) |
| HSL | hsl(316, 91%, 73%) |
| CMYK | cmyk(0%, 50%, 14%, 2%) |
| LAB | lab(69.1 58.7 -24.9) |
| LCH | lch(69.1 63.7 337.0) |
| OKLCH | oklch(0.757 0.185 338.7) |
Copy-ready code
/* CSS */
color: #f97cd7;
background-color: #f97cd7;
/* Tailwind (arbitrary) */
class="text-[#f97cd7] bg-[#f97cd7]"
/* SCSS */
$brand: #f97cd7;
/* SwiftUI */
Color(red: 0.976, green: 0.486, blue: 0.843)
/* Android */
Color.parseColor("#f97cd7")Accessibility — WCAG contrast
Aa
#f97cd7 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97cd7 on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green48.6%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow13.7%
Key (black)2.4%
Color previews
#f97cd7 text on a black background
contrast 8.89:1
Card sample
#f97cd7 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97cd7;
Background color
Panel with #f97cd7 background
background-color: #f97cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 124, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 124, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97cd7; background: linear-gradient(135deg, #f97cd7, #F97C84);