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