#f97df6
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 125, 246
HSL
302°, 91%, 73%
CMYK
0, 50, 1, 2
Luminance
0.4146
Every format
| HEX | #f97df6 |
| RGB | rgb(249, 125, 246) |
| HSL | hsl(302, 91%, 73%) |
| CMYK | cmyk(0%, 50%, 1%, 2%) |
| LAB | lab(70.5 63.2 -39.8) |
| LCH | lch(70.5 74.7 327.8) |
| OKLCH | oklch(0.772 0.208 328.3) |
Copy-ready code
/* CSS */
color: #f97df6;
background-color: #f97df6;
/* Tailwind (arbitrary) */
class="text-[#f97df6] bg-[#f97df6]"
/* SCSS */
$brand: #f97df6;
/* SwiftUI */
Color(red: 0.976, green: 0.490, blue: 0.965)
/* Android */
Color.parseColor("#f97df6")Accessibility — WCAG contrast
Aa
#f97df6 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97df6 on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green49.0%
Blue96.5%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow1.2%
Key (black)2.4%
Color previews
#f97df6 text on a black background
contrast 9.29:1
Card sample
#f97df6 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97df6;
Background color
Panel with #f97df6 background
background-color: #f97df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 125, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 125, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97df6; background: linear-gradient(135deg, #f97df6, #F97DA3);