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