#fab2ac
a light, electric red · warm · closest name: pink
RGB
250, 178, 172
HSL
5°, 89%, 83%
CMYK
0, 29, 31, 2
Luminance
0.5514
Every format
| HEX | #fab2ac |
| RGB | rgb(250, 178, 172) |
| HSL | hsl(5, 89%, 83%) |
| CMYK | cmyk(0%, 29%, 31%, 2%) |
| LAB | lab(79.1 25.4 13.6) |
| LCH | lch(79.1 28.8 28.0) |
| OKLCH | oklch(0.830 0.085 24.4) |
Copy-ready code
/* CSS */
color: #fab2ac;
background-color: #fab2ac;
/* Tailwind (arbitrary) */
class="text-[#fab2ac] bg-[#fab2ac]"
/* SCSS */
$brand: #fab2ac;
/* SwiftUI */
Color(red: 0.980, green: 0.698, blue: 0.675)
/* Android */
Color.parseColor("#fab2ac")Accessibility — WCAG contrast
Aa
#fab2ac on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fab2ac on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green69.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta28.8%
Yellow31.2%
Key (black)2.0%
Color previews
#fab2ac text on a black background
contrast 12.03:1
Card sample
#fab2ac text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fab2ac;
Background color
Panel with #fab2ac background
background-color: #fab2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fab2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 178, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 178, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fab2ac; background: linear-gradient(135deg, #fab2ac, #FAE6AC);