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