#fbaf84
a light, electric orange · warm · closest name: tan
RGB
251, 175, 132
HSL
22°, 94%, 75%
CMYK
0, 30, 47, 2
Luminance
0.5284
Every format
| HEX | #fbaf84 |
| RGB | rgb(251, 175, 132) |
| HSL | hsl(22, 94%, 75%) |
| CMYK | cmyk(0%, 30%, 47%, 2%) |
| LAB | lab(77.8 23.0 33.2) |
| LCH | lch(77.8 40.3 55.3) |
| OKLCH | oklch(0.817 0.106 50.3) |
Copy-ready code
/* CSS */
color: #fbaf84;
background-color: #fbaf84;
/* Tailwind (arbitrary) */
class="text-[#fbaf84] bg-[#fbaf84]"
/* SCSS */
$brand: #fbaf84;
/* SwiftUI */
Color(red: 0.984, green: 0.686, blue: 0.518)
/* Android */
Color.parseColor("#fbaf84")Accessibility — WCAG contrast
Aa
#fbaf84 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaf84 on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green68.6%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta30.3%
Yellow47.4%
Key (black)1.6%
Color previews
#fbaf84 text on a black background
contrast 11.57:1
Card sample
#fbaf84 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaf84;
Background color
Panel with #fbaf84 background
background-color: #fbaf84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaf84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 175, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 175, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaf84; background: linear-gradient(135deg, #fbaf84, #F8FB84);