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