#f8aeaa
a light, electric red · warm · closest name: pink
RGB
248, 174, 170
HSL
3°, 85%, 82%
CMYK
0, 30, 32, 3
Luminance
0.5313
Every format
| HEX | #f8aeaa |
| RGB | rgb(248, 174, 170) |
| HSL | hsl(3, 85%, 82%) |
| CMYK | cmyk(0%, 30%, 32%, 3%) |
| LAB | lab(78.0 26.6 12.9) |
| LCH | lch(78.0 29.6 26.0) |
| OKLCH | oklch(0.820 0.088 22.6) |
Copy-ready code
/* CSS */
color: #f8aeaa;
background-color: #f8aeaa;
/* Tailwind (arbitrary) */
class="text-[#f8aeaa] bg-[#f8aeaa]"
/* SCSS */
$brand: #f8aeaa;
/* SwiftUI */
Color(red: 0.973, green: 0.682, blue: 0.667)
/* Android */
Color.parseColor("#f8aeaa")Accessibility — WCAG contrast
Aa
#f8aeaa on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8aeaa on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green68.2%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow31.5%
Key (black)2.7%
Color previews
#f8aeaa text on a black background
contrast 11.63:1
Card sample
#f8aeaa text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8aeaa;
Background color
Panel with #f8aeaa background
background-color: #f8aeaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8aeaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 174, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 174, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8aeaa; background: linear-gradient(135deg, #f8aeaa, #F8E2AA);