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