#fba97b
a light, electric orange · warm · closest name: peru
RGB
251, 169, 123
HSL
22°, 94%, 73%
CMYK
0, 33, 51, 2
Luminance
0.5032
Every format
| HEX | #fba97b |
| RGB | rgb(251, 169, 123) |
| HSL | hsl(22, 94%, 73%) |
| CMYK | cmyk(0%, 33%, 51%, 2%) |
| LAB | lab(76.3 25.3 35.9) |
| LCH | lch(76.3 43.9 54.8) |
| OKLCH | oklch(0.805 0.115 49.8) |
Copy-ready code
/* CSS */
color: #fba97b;
background-color: #fba97b;
/* Tailwind (arbitrary) */
class="text-[#fba97b] bg-[#fba97b]"
/* SCSS */
$brand: #fba97b;
/* SwiftUI */
Color(red: 0.984, green: 0.663, blue: 0.482)
/* Android */
Color.parseColor("#fba97b")Accessibility — WCAG contrast
Aa
#fba97b on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba97b on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green66.3%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta32.7%
Yellow51.0%
Key (black)1.6%
Color previews
#fba97b text on a black background
contrast 11.06:1
Card sample
#fba97b text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba97b;
Background color
Panel with #fba97b background
background-color: #fba97b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba97b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 169, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 169, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba97b; background: linear-gradient(135deg, #fba97b, #F8FB7B);