#fdbb5a
a light, electric orange · warm · closest name: peru
RGB
253, 187, 90
HSL
36°, 98%, 67%
CMYK
0, 26, 64, 1
Luminance
0.5716
Every format
| HEX | #fdbb5a |
| RGB | rgb(253, 187, 90) |
| HSL | hsl(36, 98%, 67%) |
| CMYK | cmyk(0%, 26%, 64%, 1%) |
| LAB | lab(80.3 14.3 57.2) |
| LCH | lch(80.3 58.9 76.0) |
| OKLCH | oklch(0.835 0.136 74.4) |
Copy-ready code
/* CSS */
color: #fdbb5a;
background-color: #fdbb5a;
/* Tailwind (arbitrary) */
class="text-[#fdbb5a] bg-[#fdbb5a]"
/* SCSS */
$brand: #fdbb5a;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.353)
/* Android */
Color.parseColor("#fdbb5a")Accessibility — WCAG contrast
Aa
#fdbb5a on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbb5a on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue35.3%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow64.4%
Key (black)0.8%
Color previews
#fdbb5a text on a black background
contrast 12.43:1
Card sample
#fdbb5a text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbb5a;
Background color
Panel with #fdbb5a background
background-color: #fdbb5a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbb5a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbb5a; background: linear-gradient(135deg, #fdbb5a, #D2FD5A);