#fba95c
a light, electric orange · warm · closest name: peru
RGB
251, 169, 92
HSL
29°, 95%, 67%
CMYK
0, 33, 63, 2
Luminance
0.4966
Every format
| HEX | #fba95c |
| RGB | rgb(251, 169, 92) |
| HSL | hsl(29, 95%, 67%) |
| CMYK | cmyk(0%, 33%, 63%, 2%) |
| LAB | lab(75.9 23.0 51.2) |
| LCH | lch(75.9 56.1 65.8) |
| OKLCH | oklch(0.800 0.134 62.1) |
Copy-ready code
/* CSS */
color: #fba95c;
background-color: #fba95c;
/* Tailwind (arbitrary) */
class="text-[#fba95c] bg-[#fba95c]"
/* SCSS */
$brand: #fba95c;
/* SwiftUI */
Color(red: 0.984, green: 0.663, blue: 0.361)
/* Android */
Color.parseColor("#fba95c")Accessibility — WCAG contrast
Aa
#fba95c on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba95c on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green66.3%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta32.7%
Yellow63.3%
Key (black)1.6%
Color previews
#fba95c text on a black background
contrast 10.93:1
Card sample
#fba95c text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba95c;
Background color
Panel with #fba95c background
background-color: #fba95c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba95c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 169, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 169, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba95c; background: linear-gradient(135deg, #fba95c, #E3FB5C);