#f5b4af
a light, electric red · warm · closest name: pink
RGB
245, 180, 175
HSL
4°, 78%, 82%
CMYK
0, 27, 29, 4
Luminance
0.5515
Every format
| HEX | #f5b4af |
| RGB | rgb(245, 180, 175) |
| HSL | hsl(4, 78%, 82%) |
| CMYK | cmyk(0%, 27%, 29%, 4%) |
| LAB | lab(79.1 22.9 11.9) |
| LCH | lch(79.1 25.8 27.3) |
| OKLCH | oklch(0.829 0.077 23.8) |
Copy-ready code
/* CSS */
color: #f5b4af;
background-color: #f5b4af;
/* Tailwind (arbitrary) */
class="text-[#f5b4af] bg-[#f5b4af]"
/* SCSS */
$brand: #f5b4af;
/* SwiftUI */
Color(red: 0.961, green: 0.706, blue: 0.686)
/* Android */
Color.parseColor("#f5b4af")Accessibility — WCAG contrast
Aa
#f5b4af on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5b4af on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green70.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow28.6%
Key (black)3.9%
Color previews
#f5b4af text on a black background
contrast 12.03:1
Card sample
#f5b4af text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5b4af;
Background color
Panel with #f5b4af background
background-color: #f5b4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5b4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 180, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 180, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5b4af; background: linear-gradient(135deg, #f5b4af, #F5E3AF);