#f997af
a light, electric red · warm · closest name: pink
RGB
249, 151, 175
HSL
345°, 89%, 78%
CMYK
0, 39, 30, 2
Luminance
0.4537
Every format
| HEX | #f997af |
| RGB | rgb(249, 151, 175) |
| HSL | hsl(345, 89%, 78%) |
| CMYK | cmyk(0%, 39%, 30%, 2%) |
| LAB | lab(73.1 39.6 3.3) |
| LCH | lch(73.1 39.7 4.8) |
| OKLCH | oklch(0.784 0.120 4.4) |
Copy-ready code
/* CSS */
color: #f997af;
background-color: #f997af;
/* Tailwind (arbitrary) */
class="text-[#f997af] bg-[#f997af]"
/* SCSS */
$brand: #f997af;
/* SwiftUI */
Color(red: 0.976, green: 0.592, blue: 0.686)
/* Android */
Color.parseColor("#f997af")Accessibility — WCAG contrast
Aa
#f997af on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f997af on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green59.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta39.4%
Yellow29.7%
Key (black)2.4%
Color previews
#f997af text on a black background
contrast 10.07:1
Card sample
#f997af text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f997af;
Background color
Panel with #f997af background
background-color: #f997af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f997af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 151, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 151, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f997af; background: linear-gradient(135deg, #f997af, #F9C097);