#f5acbc
a light, electric red · warm · closest name: pink
RGB
245, 172, 188
HSL
347°, 79%, 82%
CMYK
0, 30, 23, 4
Luminance
0.5255
Every format
| HEX | #f5acbc |
| RGB | rgb(245, 172, 188) |
| HSL | hsl(347, 79%, 82%) |
| CMYK | cmyk(0%, 30%, 23%, 4%) |
| LAB | lab(77.6 28.9 2.6) |
| LCH | lch(77.6 29.1 5.2) |
| OKLCH | oklch(0.818 0.088 4.8) |
Copy-ready code
/* CSS */
color: #f5acbc;
background-color: #f5acbc;
/* Tailwind (arbitrary) */
class="text-[#f5acbc] bg-[#f5acbc]"
/* SCSS */
$brand: #f5acbc;
/* SwiftUI */
Color(red: 0.961, green: 0.675, blue: 0.737)
/* Android */
Color.parseColor("#f5acbc")Accessibility — WCAG contrast
Aa
#f5acbc on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5acbc on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green67.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow23.3%
Key (black)3.9%
Color previews
#f5acbc text on a black background
contrast 11.51:1
Card sample
#f5acbc text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5acbc;
Background color
Panel with #f5acbc background
background-color: #f5acbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5acbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 172, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 172, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5acbc; background: linear-gradient(135deg, #f5acbc, #F5CDAC);