#fba05f
a light, electric orange · warm · closest name: peru
RGB
251, 160, 95
HSL
25°, 95%, 68%
CMYK
0, 36, 62, 2
Luminance
0.4648
Every format
| HEX | #fba05f |
| RGB | rgb(251, 160, 95) |
| HSL | hsl(25, 95%, 68%) |
| CMYK | cmyk(0%, 36%, 62%, 2%) |
| LAB | lab(73.9 27.9 47.4) |
| LCH | lch(73.9 55.0 59.5) |
| OKLCH | oklch(0.785 0.135 54.8) |
Copy-ready code
/* CSS */
color: #fba05f;
background-color: #fba05f;
/* Tailwind (arbitrary) */
class="text-[#fba05f] bg-[#fba05f]"
/* SCSS */
$brand: #fba05f;
/* SwiftUI */
Color(red: 0.984, green: 0.627, blue: 0.373)
/* Android */
Color.parseColor("#fba05f")Accessibility — WCAG contrast
Aa
#fba05f on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba05f on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green62.7%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow62.2%
Key (black)1.6%
Color previews
#fba05f text on a black background
contrast 10.30:1
Card sample
#fba05f text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba05f;
Background color
Panel with #fba05f background
background-color: #fba05f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba05f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 160, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 160, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba05f; background: linear-gradient(135deg, #fba05f, #EEFB5F);