#f5abac
a light, electric red · warm · closest name: pink
RGB
245, 171, 172
HSL
359°, 79%, 82%
CMYK
0, 30, 30, 4
Luminance
0.5152
Every format
| HEX | #f5abac |
| RGB | rgb(245, 171, 172) |
| HSL | hsl(359, 79%, 82%) |
| CMYK | cmyk(0%, 30%, 30%, 4%) |
| LAB | lab(77.0 27.3 10.4) |
| LCH | lch(77.0 29.2 21.0) |
| OKLCH | oklch(0.812 0.087 18.3) |
Copy-ready code
/* CSS */
color: #f5abac;
background-color: #f5abac;
/* Tailwind (arbitrary) */
class="text-[#f5abac] bg-[#f5abac]"
/* SCSS */
$brand: #f5abac;
/* SwiftUI */
Color(red: 0.961, green: 0.671, blue: 0.675)
/* Android */
Color.parseColor("#f5abac")Accessibility — WCAG contrast
Aa
#f5abac on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5abac on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green67.1%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow29.8%
Key (black)3.9%
Color previews
#f5abac text on a black background
contrast 11.30:1
Card sample
#f5abac text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5abac;
Background color
Panel with #f5abac background
background-color: #f5abac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5abac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 171, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 171, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5abac; background: linear-gradient(135deg, #f5abac, #F5DBAB);