#fbab8c
a light, electric orange · warm · closest name: tan
RGB
251, 171, 140
HSL
17°, 93%, 77%
CMYK
0, 32, 44, 2
Luminance
0.5153
Every format
| HEX | #fbab8c |
| RGB | rgb(251, 171, 140) |
| HSL | hsl(17, 93%, 77%) |
| CMYK | cmyk(0%, 32%, 44%, 2%) |
| LAB | lab(77.0 25.9 27.9) |
| LCH | lch(77.0 38.0 47.1) |
| OKLCH | oklch(0.811 0.104 42.0) |
Copy-ready code
/* CSS */
color: #fbab8c;
background-color: #fbab8c;
/* Tailwind (arbitrary) */
class="text-[#fbab8c] bg-[#fbab8c]"
/* SCSS */
$brand: #fbab8c;
/* SwiftUI */
Color(red: 0.984, green: 0.671, blue: 0.549)
/* Android */
Color.parseColor("#fbab8c")Accessibility — WCAG contrast
Aa
#fbab8c on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbab8c on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green67.1%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow44.2%
Key (black)1.6%
Color previews
#fbab8c text on a black background
contrast 11.31:1
Card sample
#fbab8c text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbab8c;
Background color
Panel with #fbab8c background
background-color: #fbab8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbab8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 171, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 171, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbab8c; background: linear-gradient(135deg, #fbab8c, #FBF58C);