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