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