#fdb821
a balanced, electric yellow · warm · closest name: orange
RGB
253, 184, 33
HSL
41°, 98%, 56%
CMYK
0, 27, 87, 1
Luminance
0.5527
Every format
| HEX | #fdb821 |
| RGB | rgb(253, 184, 33) |
| HSL | hsl(41, 98%, 56%) |
| CMYK | cmyk(0%, 27%, 87%, 1%) |
| LAB | lab(79.2 13.6 76.8) |
| LCH | lch(79.2 78.0 80.0) |
| OKLCH | oklch(0.826 0.165 80.1) |
Copy-ready code
/* CSS */
color: #fdb821;
background-color: #fdb821;
/* Tailwind (arbitrary) */
class="text-[#fdb821] bg-[#fdb821]"
/* SCSS */
$brand: #fdb821;
/* SwiftUI */
Color(red: 0.992, green: 0.722, blue: 0.129)
/* Android */
Color.parseColor("#fdb821")Accessibility — WCAG contrast
Aa
#fdb821 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb821 on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow87.0%
Key (black)0.8%
Color previews
#fdb821 text on a black background
contrast 12.05:1
Card sample
#fdb821 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb821;
Background color
Panel with #fdb821 background
background-color: #fdb821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 184, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 184, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb821; background: linear-gradient(135deg, #fdb821, #AFFD21);