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