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