#f5afab
a light, electric red · warm · closest name: pink
RGB
245, 175, 171
HSL
3°, 79%, 82%
CMYK
0, 29, 30, 4
Luminance
0.5301
Every format
| HEX | #f5afab |
| RGB | rgb(245, 175, 171) |
| HSL | hsl(3, 79%, 82%) |
| CMYK | cmyk(0%, 29%, 30%, 4%) |
| LAB | lab(77.9 25.1 12.3) |
| LCH | lch(77.9 27.9 26.1) |
| OKLCH | oklch(0.819 0.083 22.7) |
Copy-ready code
/* CSS */
color: #f5afab;
background-color: #f5afab;
/* Tailwind (arbitrary) */
class="text-[#f5afab] bg-[#f5afab]"
/* SCSS */
$brand: #f5afab;
/* SwiftUI */
Color(red: 0.961, green: 0.686, blue: 0.671)
/* Android */
Color.parseColor("#f5afab")Accessibility — WCAG contrast
Aa
#f5afab on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5afab on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green68.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow30.2%
Key (black)3.9%
Color previews
#f5afab text on a black background
contrast 11.60:1
Card sample
#f5afab text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5afab;
Background color
Panel with #f5afab background
background-color: #f5afab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5afab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 175, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 175, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5afab; background: linear-gradient(135deg, #f5afab, #F5E0AB);