#fba87c
a light, electric orange · warm · closest name: peru
RGB
251, 168, 124
HSL
21°, 94%, 74%
CMYK
0, 33, 51, 2
Luminance
0.4997
Every format
| HEX | #fba87c |
| RGB | rgb(251, 168, 124) |
| HSL | hsl(21, 94%, 74%) |
| CMYK | cmyk(0%, 33%, 51%, 2%) |
| LAB | lab(76.0 25.9 35.1) |
| LCH | lch(76.0 43.7 53.6) |
| OKLCH | oklch(0.803 0.115 48.5) |
Copy-ready code
/* CSS */
color: #fba87c;
background-color: #fba87c;
/* Tailwind (arbitrary) */
class="text-[#fba87c] bg-[#fba87c]"
/* SCSS */
$brand: #fba87c;
/* SwiftUI */
Color(red: 0.984, green: 0.659, blue: 0.486)
/* Android */
Color.parseColor("#fba87c")Accessibility — WCAG contrast
Aa
#fba87c on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba87c on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.9%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow50.6%
Key (black)1.6%
Color previews
#fba87c text on a black background
contrast 10.99:1
Card sample
#fba87c text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba87c;
Background color
Panel with #fba87c background
background-color: #fba87c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba87c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 168, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 168, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba87c; background: linear-gradient(135deg, #fba87c, #F9FB7C);