#fdbb0d
a balanced, electric yellow · warm · closest name: orange
RGB
253, 187, 13
HSL
44°, 98%, 52%
CMYK
0, 26, 95, 1
Luminance
0.5645
Every format
| HEX | #fdbb0d |
| RGB | rgb(253, 187, 13) |
| HSL | hsl(44, 98%, 52%) |
| CMYK | cmyk(0%, 26%, 95%, 1%) |
| LAB | lab(79.9 11.7 80.8) |
| LCH | lch(79.9 81.7 81.7) |
| OKLCH | oklch(0.831 0.169 82.5) |
Copy-ready code
/* CSS */
color: #fdbb0d;
background-color: #fdbb0d;
/* Tailwind (arbitrary) */
class="text-[#fdbb0d] bg-[#fdbb0d]"
/* SCSS */
$brand: #fdbb0d;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.051)
/* Android */
Color.parseColor("#fdbb0d")Accessibility — WCAG contrast
Aa
#fdbb0d on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbb0d on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow94.9%
Key (black)0.8%
Color previews
#fdbb0d text on a black background
contrast 12.29:1
Card sample
#fdbb0d text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbb0d;
Background color
Panel with #fdbb0d background
background-color: #fdbb0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbb0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbb0d; background: linear-gradient(135deg, #fdbb0d, #9FFD0D);