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