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