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