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