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