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