#f5b9af
a light, electric red · warm · closest name: pink
RGB
245, 185, 175
HSL
9°, 78%, 82%
CMYK
0, 25, 29, 4
Luminance
0.5721
Every format
| HEX | #f5b9af |
| RGB | rgb(245, 185, 175) |
| HSL | hsl(9, 78%, 82%) |
| CMYK | cmyk(0%, 25%, 29%, 4%) |
| LAB | lab(80.3 20.3 13.5) |
| LCH | lch(80.3 24.4 33.7) |
| OKLCH | oklch(0.838 0.071 29.4) |
Copy-ready code
/* CSS */
color: #f5b9af;
background-color: #f5b9af;
/* Tailwind (arbitrary) */
class="text-[#f5b9af] bg-[#f5b9af]"
/* SCSS */
$brand: #f5b9af;
/* SwiftUI */
Color(red: 0.961, green: 0.725, blue: 0.686)
/* Android */
Color.parseColor("#f5b9af")Accessibility — WCAG contrast
Aa
#f5b9af on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5b9af on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green72.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow28.6%
Key (black)3.9%
Color previews
#f5b9af text on a black background
contrast 12.44:1
Card sample
#f5b9af text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5b9af;
Background color
Panel with #f5b9af background
background-color: #f5b9af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5b9af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 185, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 185, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5b9af; background: linear-gradient(135deg, #f5b9af, #F5E8AF);