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