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