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