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