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