#fdbb37
a balanced, electric yellow · warm · closest name: orange
RGB
253, 187, 55
HSL
40°, 98%, 60%
CMYK
0, 26, 78, 1
Luminance
0.5670
Every format
| HEX | #fdbb37 |
| RGB | rgb(253, 187, 55) |
| HSL | hsl(40, 98%, 60%) |
| CMYK | cmyk(0%, 26%, 78%, 1%) |
| LAB | lab(80.0 12.6 71.1) |
| LCH | lch(80.0 72.2 79.9) |
| OKLCH | oklch(0.832 0.157 79.9) |
Copy-ready code
/* CSS */
color: #fdbb37;
background-color: #fdbb37;
/* Tailwind (arbitrary) */
class="text-[#fdbb37] bg-[#fdbb37]"
/* SCSS */
$brand: #fdbb37;
/* SwiftUI */
Color(red: 0.992, green: 0.733, blue: 0.216)
/* Android */
Color.parseColor("#fdbb37")Accessibility — WCAG contrast
Aa
#fdbb37 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbb37 on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green73.3%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow78.3%
Key (black)0.8%
Color previews
#fdbb37 text on a black background
contrast 12.34:1
Card sample
#fdbb37 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbb37;
Background color
Panel with #fdbb37 background
background-color: #fdbb37;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbb37;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 187, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 187, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbb37; background: linear-gradient(135deg, #fdbb37, #BBFD37);