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