#fdba75
a light, electric orange · warm · closest name: peru
RGB
253, 186, 117
HSL
30°, 97%, 73%
CMYK
0, 27, 54, 1
Luminance
0.5728
Every format
| HEX | #fdba75 |
| RGB | rgb(253, 186, 117) |
| HSL | hsl(30, 97%, 73%) |
| CMYK | cmyk(0%, 27%, 54%, 1%) |
| LAB | lab(80.3 16.7 44.2) |
| LCH | lch(80.3 47.2 69.3) |
| OKLCH | oklch(0.837 0.116 65.9) |
Copy-ready code
/* CSS */
color: #fdba75;
background-color: #fdba75;
/* Tailwind (arbitrary) */
class="text-[#fdba75] bg-[#fdba75]"
/* SCSS */
$brand: #fdba75;
/* SwiftUI */
Color(red: 0.992, green: 0.729, blue: 0.459)
/* Android */
Color.parseColor("#fdba75")Accessibility — WCAG contrast
Aa
#fdba75 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdba75 on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.9%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow53.8%
Key (black)0.8%
Color previews
#fdba75 text on a black background
contrast 12.46:1
Card sample
#fdba75 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdba75;
Background color
Panel with #fdba75 background
background-color: #fdba75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdba75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 186, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 186, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdba75; background: linear-gradient(135deg, #fdba75, #E5FD75);