#fba76d
a light, electric orange · warm · closest name: peru
RGB
251, 167, 109
HSL
25°, 95%, 71%
CMYK
0, 34, 57, 2
Luminance
0.4925
Every format
| HEX | #fba76d |
| RGB | rgb(251, 167, 109) |
| HSL | hsl(25, 95%, 71%) |
| CMYK | cmyk(0%, 34%, 57%, 2%) |
| LAB | lab(75.6 25.2 42.4) |
| LCH | lch(75.6 49.3 59.3) |
| OKLCH | oklch(0.799 0.124 54.6) |
Copy-ready code
/* CSS */
color: #fba76d;
background-color: #fba76d;
/* Tailwind (arbitrary) */
class="text-[#fba76d] bg-[#fba76d]"
/* SCSS */
$brand: #fba76d;
/* SwiftUI */
Color(red: 0.984, green: 0.655, blue: 0.427)
/* Android */
Color.parseColor("#fba76d")Accessibility — WCAG contrast
Aa
#fba76d on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba76d on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.5%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow56.6%
Key (black)1.6%
Color previews
#fba76d text on a black background
contrast 10.85:1
Card sample
#fba76d text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba76d;
Background color
Panel with #fba76d background
background-color: #fba76d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba76d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 167, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 167, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba76d; background: linear-gradient(135deg, #fba76d, #F0FB6D);