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