#f97fd2
a light, electric magenta / pink · warm · closest name: orchid
RGB
249, 127, 210
HSL
319°, 91%, 74%
CMYK
0, 49, 16, 2
Luminance
0.3997
Every format
| HEX | #f97fd2 |
| RGB | rgb(249, 127, 210) |
| HSL | hsl(319, 91%, 74%) |
| CMYK | cmyk(0%, 49%, 16%, 2%) |
| LAB | lab(69.5 56.5 -21.6) |
| LCH | lch(69.5 60.5 339.1) |
| OKLCH | oklch(0.759 0.176 340.9) |
Copy-ready code
/* CSS */
color: #f97fd2;
background-color: #f97fd2;
/* Tailwind (arbitrary) */
class="text-[#f97fd2] bg-[#f97fd2]"
/* SCSS */
$brand: #f97fd2;
/* SwiftUI */
Color(red: 0.976, green: 0.498, blue: 0.824)
/* Android */
Color.parseColor("#f97fd2")Accessibility — WCAG contrast
Aa
#f97fd2 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97fd2 on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green49.8%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta49.0%
Yellow15.7%
Key (black)2.4%
Color previews
#f97fd2 text on a black background
contrast 8.99:1
Card sample
#f97fd2 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97fd2;
Background color
Panel with #f97fd2 background
background-color: #f97fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 127, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 127, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97fd2; background: linear-gradient(135deg, #f97fd2, #F97F81);