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