#f97daf
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 125, 175
HSL
336°, 91%, 73%
CMYK
0, 50, 30, 2
Luminance
0.3790
Every format
| HEX | #f97daf |
| RGB | rgb(249, 125, 175) |
| HSL | hsl(336, 91%, 73%) |
| CMYK | cmyk(0%, 50%, 30%, 2%) |
| LAB | lab(68.0 52.6 -4.3) |
| LCH | lch(68.0 52.8 355.4) |
| OKLCH | oklch(0.745 0.160 356.2) |
Copy-ready code
/* CSS */
color: #f97daf;
background-color: #f97daf;
/* Tailwind (arbitrary) */
class="text-[#f97daf] bg-[#f97daf]"
/* SCSS */
$brand: #f97daf;
/* SwiftUI */
Color(red: 0.976, green: 0.490, blue: 0.686)
/* Android */
Color.parseColor("#f97daf")Accessibility — WCAG contrast
Aa
#f97daf on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f97daf on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green49.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow29.7%
Key (black)2.4%
Color previews
#f97daf text on a black background
contrast 8.58:1
Card sample
#f97daf text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f97daf;
Background color
Panel with #f97daf background
background-color: #f97daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f97daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 125, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 125, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f97daf; background: linear-gradient(135deg, #f97daf, #F99E7D);