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