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