#f7aead
a light, electric red · warm · closest name: pink
RGB
247, 174, 173
HSL
1°, 82%, 82%
CMYK
0, 30, 30, 3
Luminance
0.5306
Every format
| HEX | #f7aead |
| RGB | rgb(247, 174, 173) |
| HSL | hsl(1, 82%, 82%) |
| CMYK | cmyk(0%, 30%, 30%, 3%) |
| LAB | lab(77.9 26.6 11.3) |
| LCH | lch(77.9 28.9 22.9) |
| OKLCH | oklch(0.820 0.086 20.0) |
Copy-ready code
/* CSS */
color: #f7aead;
background-color: #f7aead;
/* Tailwind (arbitrary) */
class="text-[#f7aead] bg-[#f7aead]"
/* SCSS */
$brand: #f7aead;
/* SwiftUI */
Color(red: 0.969, green: 0.682, blue: 0.678)
/* Android */
Color.parseColor("#f7aead")Accessibility — WCAG contrast
Aa
#f7aead on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7aead on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green68.2%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow30.0%
Key (black)3.1%
Color previews
#f7aead text on a black background
contrast 11.61:1
Card sample
#f7aead text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7aead;
Background color
Panel with #f7aead background
background-color: #f7aead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7aead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 174, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 174, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7aead; background: linear-gradient(135deg, #f7aead, #F7DFAD);