#fcb721
a balanced, electric yellow · warm · closest name: orange
RGB
252, 183, 33
HSL
41°, 97%, 56%
CMYK
0, 27, 87, 1
Luminance
0.5467
Every format
| HEX | #fcb721 |
| RGB | rgb(252, 183, 33) |
| HSL | hsl(41, 97%, 56%) |
| CMYK | cmyk(0%, 27%, 87%, 1%) |
| LAB | lab(78.8 13.7 76.5) |
| LCH | lch(78.8 77.7 79.9) |
| OKLCH | oklch(0.823 0.164 79.9) |
Copy-ready code
/* CSS */
color: #fcb721;
background-color: #fcb721;
/* Tailwind (arbitrary) */
class="text-[#fcb721] bg-[#fcb721]"
/* SCSS */
$brand: #fcb721;
/* SwiftUI */
Color(red: 0.988, green: 0.718, blue: 0.129)
/* Android */
Color.parseColor("#fcb721")Accessibility — WCAG contrast
Aa
#fcb721 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb721 on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green71.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow86.9%
Key (black)1.2%
Color previews
#fcb721 text on a black background
contrast 11.93:1
Card sample
#fcb721 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb721;
Background color
Panel with #fcb721 background
background-color: #fcb721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 183, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 183, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb721; background: linear-gradient(135deg, #fcb721, #AFFC21);