#f5acb2
a light, electric red · warm · closest name: pink
RGB
245, 172, 178
HSL
355°, 79%, 82%
CMYK
0, 30, 27, 4
Luminance
0.5213
Every format
| HEX | #f5acb2 |
| RGB | rgb(245, 172, 178) |
| HSL | hsl(355, 79%, 82%) |
| CMYK | cmyk(0%, 30%, 27%, 4%) |
| LAB | lab(77.4 27.6 7.7) |
| LCH | lch(77.4 28.6 15.6) |
| OKLCH | oklch(0.815 0.086 13.7) |
Copy-ready code
/* CSS */
color: #f5acb2;
background-color: #f5acb2;
/* Tailwind (arbitrary) */
class="text-[#f5acb2] bg-[#f5acb2]"
/* SCSS */
$brand: #f5acb2;
/* SwiftUI */
Color(red: 0.961, green: 0.675, blue: 0.698)
/* Android */
Color.parseColor("#f5acb2")Accessibility — WCAG contrast
Aa
#f5acb2 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5acb2 on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green67.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow27.3%
Key (black)3.9%
Color previews
#f5acb2 text on a black background
contrast 11.43:1
Card sample
#f5acb2 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5acb2;
Background color
Panel with #f5acb2 background
background-color: #f5acb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5acb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 172, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 172, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5acb2; background: linear-gradient(135deg, #f5acb2, #F5D7AC);