#f97dc7
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 125, 199
HSL
324°, 91%, 73%
CMYK
0, 50, 20, 2
Luminance
0.3893
Every format
| HEX | #f97dc7 |
| RGB | rgb(249, 125, 199) |
| HSL | hsl(324, 91%, 73%) |
| CMYK | cmyk(0%, 50%, 20%, 2%) |
| LAB | lab(68.7 55.8 -16.6) |
| LCH | lch(68.7 58.3 343.4) |
| OKLCH | oklch(0.753 0.172 345.3) |
Copy-ready code
/* CSS */
color: #f97dc7;
background-color: #f97dc7;
/* Tailwind (arbitrary) */
class="text-[#f97dc7] bg-[#f97dc7]"
/* SCSS */
$brand: #f97dc7;
/* SwiftUI */
Color(red: 0.976, green: 0.490, blue: 0.780)
/* Android */
Color.parseColor("#f97dc7")Accessibility — WCAG contrast
Aa
#f97dc7 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97dc7 on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green49.0%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow20.1%
Key (black)2.4%
Color previews
#f97dc7 text on a black background
contrast 8.79:1
Card sample
#f97dc7 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97dc7;
Background color
Panel with #f97dc7 background
background-color: #f97dc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97dc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 125, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 125, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97dc7; background: linear-gradient(135deg, #f97dc7, #F9867D);