#fdbc0b
a balanced, electric yellow · warm · closest name: orange
RGB
253, 188, 11
HSL
44°, 98%, 52%
CMYK
0, 26, 96, 1
Luminance
0.5687
Every format
| HEX | #fdbc0b |
| RGB | rgb(253, 188, 11) |
| HSL | hsl(44, 98%, 52%) |
| CMYK | cmyk(0%, 26%, 96%, 1%) |
| LAB | lab(80.1 11.2 81.2) |
| LCH | lch(80.1 82.0 82.2) |
| OKLCH | oklch(0.833 0.170 83.1) |
Copy-ready code
/* CSS */
color: #fdbc0b;
background-color: #fdbc0b;
/* Tailwind (arbitrary) */
class="text-[#fdbc0b] bg-[#fdbc0b]"
/* SCSS */
$brand: #fdbc0b;
/* SwiftUI */
Color(red: 0.992, green: 0.737, blue: 0.043)
/* Android */
Color.parseColor("#fdbc0b")Accessibility — WCAG contrast
Aa
#fdbc0b on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbc0b on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.7%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow95.7%
Key (black)0.8%
Color previews
#fdbc0b text on a black background
contrast 12.37:1
Card sample
#fdbc0b text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbc0b;
Background color
Panel with #fdbc0b background
background-color: #fdbc0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbc0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 188, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 188, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbc0b; background: linear-gradient(135deg, #fdbc0b, #9DFD0B);