#fba072
a light, electric orange · warm · closest name: peru
RGB
251, 160, 114
HSL
20°, 95%, 72%
CMYK
0, 36, 55, 2
Luminance
0.4687
Every format
| HEX | #fba072 |
| RGB | rgb(251, 160, 114) |
| HSL | hsl(20, 95%, 72%) |
| CMYK | cmyk(0%, 36%, 55%, 2%) |
| LAB | lab(74.1 29.3 37.9) |
| LCH | lch(74.1 47.9 52.3) |
| OKLCH | oklch(0.788 0.125 47.2) |
Copy-ready code
/* CSS */
color: #fba072;
background-color: #fba072;
/* Tailwind (arbitrary) */
class="text-[#fba072] bg-[#fba072]"
/* SCSS */
$brand: #fba072;
/* SwiftUI */
Color(red: 0.984, green: 0.627, blue: 0.447)
/* Android */
Color.parseColor("#fba072")Accessibility — WCAG contrast
Aa
#fba072 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba072 on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green62.7%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow54.6%
Key (black)1.6%
Color previews
#fba072 text on a black background
contrast 10.37:1
Card sample
#fba072 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba072;
Background color
Panel with #fba072 background
background-color: #fba072;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba072;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 160, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 160, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba072; background: linear-gradient(135deg, #fba072, #FBFB72);