#fcbf21
a balanced, electric yellow · warm · closest name: orange
RGB
252, 191, 33
HSL
43°, 97%, 56%
CMYK
0, 24, 87, 1
Luminance
0.5807
Every format
| HEX | #fcbf21 |
| RGB | rgb(252, 191, 33) |
| HSL | hsl(43, 97%, 56%) |
| CMYK | cmyk(0%, 24%, 87%, 1%) |
| LAB | lab(80.8 9.5 78.0) |
| LCH | lch(80.8 78.6 83.1) |
| OKLCH | oklch(0.838 0.166 84.2) |
Copy-ready code
/* CSS */
color: #fcbf21;
background-color: #fcbf21;
/* Tailwind (arbitrary) */
class="text-[#fcbf21] bg-[#fcbf21]"
/* SCSS */
$brand: #fcbf21;
/* SwiftUI */
Color(red: 0.988, green: 0.749, blue: 0.129)
/* Android */
Color.parseColor("#fcbf21")Accessibility — WCAG contrast
Aa
#fcbf21 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbf21 on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green74.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow86.9%
Key (black)1.2%
Color previews
#fcbf21 text on a black background
contrast 12.61:1
Card sample
#fcbf21 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbf21;
Background color
Panel with #fcbf21 background
background-color: #fcbf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 191, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 191, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbf21; background: linear-gradient(135deg, #fcbf21, #A7FC21);