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