#fdbc4b
a balanced, electric orange · warm · closest name: orange
RGB
253, 188, 75
HSL
38°, 98%, 64%
CMYK
0, 26, 70, 1
Luminance
0.5736
Every format
| HEX | #fdbc4b |
| RGB | rgb(253, 188, 75) |
| HSL | hsl(38, 98%, 64%) |
| CMYK | cmyk(0%, 26%, 70%, 1%) |
| LAB | lab(80.4 12.9 63.9) |
| LCH | lch(80.4 65.2 78.6) |
| OKLCH | oklch(0.836 0.146 77.9) |
Copy-ready code
/* CSS */
color: #fdbc4b;
background-color: #fdbc4b;
/* Tailwind (arbitrary) */
class="text-[#fdbc4b] bg-[#fdbc4b]"
/* SCSS */
$brand: #fdbc4b;
/* SwiftUI */
Color(red: 0.992, green: 0.737, blue: 0.294)
/* Android */
Color.parseColor("#fdbc4b")Accessibility — WCAG contrast
Aa
#fdbc4b on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbc4b on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.7%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow70.4%
Key (black)0.8%
Color previews
#fdbc4b text on a black background
contrast 12.47:1
Card sample
#fdbc4b text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbc4b;
Background color
Panel with #fdbc4b background
background-color: #fdbc4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbc4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 188, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 188, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbc4b; background: linear-gradient(135deg, #fdbc4b, #C7FD4B);