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