#fdbc53
a light, electric orange · warm · closest name: orange
RGB
253, 188, 83
HSL
37°, 98%, 66%
CMYK
0, 26, 67, 1
Luminance
0.5747
Every format
| HEX | #fdbc53 |
| RGB | rgb(253, 188, 83) |
| HSL | hsl(37, 98%, 66%) |
| CMYK | cmyk(0%, 26%, 67%, 1%) |
| LAB | lab(80.5 13.3 60.5) |
| LCH | lch(80.5 62.0 77.6) |
| OKLCH | oklch(0.836 0.141 76.5) |
Copy-ready code
/* CSS */
color: #fdbc53;
background-color: #fdbc53;
/* Tailwind (arbitrary) */
class="text-[#fdbc53] bg-[#fdbc53]"
/* SCSS */
$brand: #fdbc53;
/* SwiftUI */
Color(red: 0.992, green: 0.737, blue: 0.325)
/* Android */
Color.parseColor("#fdbc53")Accessibility — WCAG contrast
Aa
#fdbc53 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbc53 on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.7%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow67.2%
Key (black)0.8%
Color previews
#fdbc53 text on a black background
contrast 12.49:1
Card sample
#fdbc53 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbc53;
Background color
Panel with #fdbc53 background
background-color: #fdbc53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbc53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 188, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 188, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbc53; background: linear-gradient(135deg, #fdbc53, #CDFD53);