#fbaf9c
a light, electric red · warm · closest name: pink
RGB
251, 175, 156
HSL
12°, 92%, 80%
CMYK
0, 30, 38, 2
Luminance
0.5357
Every format
| HEX | #fbaf9c |
| RGB | rgb(251, 175, 156) |
| HSL | hsl(12, 92%, 80%) |
| CMYK | cmyk(0%, 30%, 38%, 2%) |
| LAB | lab(78.2 25.5 20.9) |
| LCH | lch(78.2 33.0 39.4) |
| OKLCH | oklch(0.822 0.094 34.6) |
Copy-ready code
/* CSS */
color: #fbaf9c;
background-color: #fbaf9c;
/* Tailwind (arbitrary) */
class="text-[#fbaf9c] bg-[#fbaf9c]"
/* SCSS */
$brand: #fbaf9c;
/* SwiftUI */
Color(red: 0.984, green: 0.686, blue: 0.612)
/* Android */
Color.parseColor("#fbaf9c")Accessibility — WCAG contrast
Aa
#fbaf9c on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaf9c on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.6%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow37.8%
Key (black)1.6%
Color previews
#fbaf9c text on a black background
contrast 11.71:1
Card sample
#fbaf9c text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaf9c;
Background color
Panel with #fbaf9c background
background-color: #fbaf9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaf9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 175, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 175, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaf9c; background: linear-gradient(135deg, #fbaf9c, #FBEE9C);