#fbaf8c
a light, electric orange · warm · closest name: tan
RGB
251, 175, 140
HSL
19°, 93%, 77%
CMYK
0, 30, 44, 2
Luminance
0.5306
Every format
| HEX | #fbaf8c |
| RGB | rgb(251, 175, 140) |
| HSL | hsl(19, 93%, 77%) |
| CMYK | cmyk(0%, 30%, 44%, 2%) |
| LAB | lab(77.9 23.8 29.1) |
| LCH | lch(77.9 37.6 50.8) |
| OKLCH | oklch(0.819 0.101 45.6) |
Copy-ready code
/* CSS */
color: #fbaf8c;
background-color: #fbaf8c;
/* Tailwind (arbitrary) */
class="text-[#fbaf8c] bg-[#fbaf8c]"
/* SCSS */
$brand: #fbaf8c;
/* SwiftUI */
Color(red: 0.984, green: 0.686, blue: 0.549)
/* Android */
Color.parseColor("#fbaf8c")Accessibility — WCAG contrast
Aa
#fbaf8c on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaf8c on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.6%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow44.2%
Key (black)1.6%
Color previews
#fbaf8c text on a black background
contrast 11.61:1
Card sample
#fbaf8c text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaf8c;
Background color
Panel with #fbaf8c background
background-color: #fbaf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 175, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 175, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaf8c; background: linear-gradient(135deg, #fbaf8c, #FBF98C);