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