#f97fd0
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 127, 208
HSL
320°, 91%, 74%
CMYK
0, 49, 17, 2
Luminance
0.3987
Every format
| HEX | #f97fd0 |
| RGB | rgb(249, 127, 208) |
| HSL | hsl(320, 91%, 74%) |
| CMYK | cmyk(0%, 49%, 17%, 2%) |
| LAB | lab(69.4 56.2 -20.6) |
| LCH | lch(69.4 59.8 339.9) |
| OKLCH | oklch(0.759 0.175 341.7) |
Copy-ready code
/* CSS */
color: #f97fd0;
background-color: #f97fd0;
/* Tailwind (arbitrary) */
class="text-[#f97fd0] bg-[#f97fd0]"
/* SCSS */
$brand: #f97fd0;
/* SwiftUI */
Color(red: 0.976, green: 0.498, blue: 0.816)
/* Android */
Color.parseColor("#f97fd0")Accessibility — WCAG contrast
Aa
#f97fd0 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97fd0 on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green49.8%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta49.0%
Yellow16.5%
Key (black)2.4%
Color previews
#f97fd0 text on a black background
contrast 8.97:1
Card sample
#f97fd0 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97fd0;
Background color
Panel with #f97fd0 background
background-color: #f97fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 127, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 127, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97fd0; background: linear-gradient(135deg, #f97fd0, #F97F7F);