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