#f797af
a light, electric red · warm · closest name: pink
RGB
247, 151, 175
HSL
345°, 86%, 78%
CMYK
0, 39, 29, 3
Luminance
0.4500
Every format
| HEX | #f797af |
| RGB | rgb(247, 151, 175) |
| HSL | hsl(345, 86%, 78%) |
| CMYK | cmyk(0%, 39%, 29%, 3%) |
| LAB | lab(72.9 38.9 3.0) |
| LCH | lch(72.9 39.0 4.3) |
| OKLCH | oklch(0.781 0.118 4.0) |
Copy-ready code
/* CSS */
color: #f797af;
background-color: #f797af;
/* Tailwind (arbitrary) */
class="text-[#f797af] bg-[#f797af]"
/* SCSS */
$brand: #f797af;
/* SwiftUI */
Color(red: 0.969, green: 0.592, blue: 0.686)
/* Android */
Color.parseColor("#f797af")Accessibility — WCAG contrast
Aa
#f797af on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f797af on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green59.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta38.9%
Yellow29.1%
Key (black)3.1%
Color previews
#f797af text on a black background
contrast 10.00:1
Card sample
#f797af text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f797af;
Background color
Panel with #f797af background
background-color: #f797af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f797af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 151, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 151, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f797af; background: linear-gradient(135deg, #f797af, #F7BF97);