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