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