#fdba5b
a light, electric orange · warm · closest name: peru
RGB
253, 186, 91
HSL
35°, 98%, 68%
CMYK
0, 27, 64, 1
Luminance
0.5676
Every format
| HEX | #fdba5b |
| RGB | rgb(253, 186, 91) |
| HSL | hsl(35, 98%, 68%) |
| CMYK | cmyk(0%, 27%, 64%, 1%) |
| LAB | lab(80.0 14.8 56.5) |
| LCH | lch(80.0 58.4 75.3) |
| OKLCH | oklch(0.833 0.135 73.5) |
Copy-ready code
/* CSS */
color: #fdba5b;
background-color: #fdba5b;
/* Tailwind (arbitrary) */
class="text-[#fdba5b] bg-[#fdba5b]"
/* SCSS */
$brand: #fdba5b;
/* SwiftUI */
Color(red: 0.992, green: 0.729, blue: 0.357)
/* Android */
Color.parseColor("#fdba5b")Accessibility — WCAG contrast
Aa
#fdba5b on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdba5b on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.9%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow64.0%
Key (black)0.8%
Color previews
#fdba5b text on a black background
contrast 12.35:1
Card sample
#fdba5b text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdba5b;
Background color
Panel with #fdba5b background
background-color: #fdba5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdba5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 186, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 186, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdba5b; background: linear-gradient(135deg, #fdba5b, #D4FD5B);