#f7af9f
a light, electric red · warm · closest name: pink
RGB
247, 175, 159
HSL
11°, 85%, 80%
CMYK
0, 29, 36, 3
Luminance
0.5294
Every format
| HEX | #f7af9f |
| RGB | rgb(247, 175, 159) |
| HSL | hsl(11, 85%, 80%) |
| CMYK | cmyk(0%, 29%, 36%, 3%) |
| LAB | lab(77.8 24.3 18.7) |
| LCH | lch(77.8 30.7 37.6) |
| OKLCH | oklch(0.818 0.088 33.0) |
Copy-ready code
/* CSS */
color: #f7af9f;
background-color: #f7af9f;
/* Tailwind (arbitrary) */
class="text-[#f7af9f] bg-[#f7af9f]"
/* SCSS */
$brand: #f7af9f;
/* SwiftUI */
Color(red: 0.969, green: 0.686, blue: 0.624)
/* Android */
Color.parseColor("#f7af9f")Accessibility — WCAG contrast
Aa
#f7af9f on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7af9f on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green68.6%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow35.6%
Key (black)3.1%
Color previews
#f7af9f text on a black background
contrast 11.59:1
Card sample
#f7af9f text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7af9f;
Background color
Panel with #f7af9f background
background-color: #f7af9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7af9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 175, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 175, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7af9f; background: linear-gradient(135deg, #f7af9f, #F7EA9F);