#f5acab
a light, electric red · warm · closest name: pink
RGB
245, 172, 171
HSL
1°, 79%, 82%
CMYK
0, 30, 30, 4
Luminance
0.5186
Every format
| HEX | #f5acab |
| RGB | rgb(245, 172, 171) |
| HSL | hsl(1, 79%, 82%) |
| CMYK | cmyk(0%, 30%, 30%, 4%) |
| LAB | lab(77.2 26.6 11.3) |
| LCH | lch(77.2 28.9 23.0) |
| OKLCH | oklch(0.814 0.086 20.0) |
Copy-ready code
/* CSS */
color: #f5acab;
background-color: #f5acab;
/* Tailwind (arbitrary) */
class="text-[#f5acab] bg-[#f5acab]"
/* SCSS */
$brand: #f5acab;
/* SwiftUI */
Color(red: 0.961, green: 0.675, blue: 0.671)
/* Android */
Color.parseColor("#f5acab")Accessibility — WCAG contrast
Aa
#f5acab on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5acab on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green67.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow30.2%
Key (black)3.9%
Color previews
#f5acab text on a black background
contrast 11.37:1
Card sample
#f5acab text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5acab;
Background color
Panel with #f5acab background
background-color: #f5acab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5acab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 172, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 172, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5acab; background: linear-gradient(135deg, #f5acab, #F5DDAB);