#fab4af
a light, electric red · warm · closest name: pink
RGB
250, 180, 175
HSL
4°, 88%, 83%
CMYK
0, 28, 30, 2
Luminance
0.5606
Every format
| HEX | #fab4af |
| RGB | rgb(250, 180, 175) |
| HSL | hsl(4, 88%, 83%) |
| CMYK | cmyk(0%, 28%, 30%, 2%) |
| LAB | lab(79.7 24.8 12.7) |
| LCH | lch(79.7 27.8 27.1) |
| OKLCH | oklch(0.834 0.083 23.6) |
Copy-ready code
/* CSS */
color: #fab4af;
background-color: #fab4af;
/* Tailwind (arbitrary) */
class="text-[#fab4af] bg-[#fab4af]"
/* SCSS */
$brand: #fab4af;
/* SwiftUI */
Color(red: 0.980, green: 0.706, blue: 0.686)
/* Android */
Color.parseColor("#fab4af")Accessibility — WCAG contrast
Aa
#fab4af on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fab4af on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green70.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta28.0%
Yellow30.0%
Key (black)2.0%
Color previews
#fab4af text on a black background
contrast 12.21:1
Card sample
#fab4af text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fab4af;
Background color
Panel with #fab4af background
background-color: #fab4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fab4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 180, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 180, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fab4af; background: linear-gradient(135deg, #fab4af, #FAE6AF);