#f5a3ae
a light, electric red · warm · closest name: pink
RGB
245, 163, 174
HSL
352°, 80%, 80%
CMYK
0, 34, 29, 4
Luminance
0.4866
Every format
| HEX | #f5a3ae |
| RGB | rgb(245, 163, 174) |
| HSL | hsl(352, 80%, 80%) |
| CMYK | cmyk(0%, 34%, 29%, 4%) |
| LAB | lab(75.2 31.8 6.9) |
| LCH | lch(75.2 32.5 12.2) |
| OKLCH | oklch(0.799 0.098 10.7) |
Copy-ready code
/* CSS */
color: #f5a3ae;
background-color: #f5a3ae;
/* Tailwind (arbitrary) */
class="text-[#f5a3ae] bg-[#f5a3ae]"
/* SCSS */
$brand: #f5a3ae;
/* SwiftUI */
Color(red: 0.961, green: 0.639, blue: 0.682)
/* Android */
Color.parseColor("#f5a3ae")Accessibility — WCAG contrast
Aa
#f5a3ae on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5a3ae on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green63.9%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow29.0%
Key (black)3.9%
Color previews
#f5a3ae text on a black background
contrast 10.73:1
Card sample
#f5a3ae text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5a3ae;
Background color
Panel with #f5a3ae background
background-color: #f5a3ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5a3ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 163, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 163, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5a3ae; background: linear-gradient(135deg, #f5a3ae, #F5CFA3);