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