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