#fcb40c
a balanced, electric yellow · warm · closest name: orange
RGB
252, 180, 12
HSL
42°, 98%, 52%
CMYK
0, 29, 95, 1
Luminance
0.5336
Every format
| HEX | #fcb40c |
| RGB | rgb(252, 180, 12) |
| HSL | hsl(42, 98%, 52%) |
| CMYK | cmyk(0%, 29%, 95%, 1%) |
| LAB | lab(78.1 14.9 79.6) |
| LCH | lch(78.1 81.0 79.4) |
| OKLCH | oklch(0.817 0.168 79.3) |
Copy-ready code
/* CSS */
color: #fcb40c;
background-color: #fcb40c;
/* Tailwind (arbitrary) */
class="text-[#fcb40c] bg-[#fcb40c]"
/* SCSS */
$brand: #fcb40c;
/* SwiftUI */
Color(red: 0.988, green: 0.706, blue: 0.047)
/* Android */
Color.parseColor("#fcb40c")Accessibility — WCAG contrast
Aa
#fcb40c on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb40c on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green70.6%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow95.2%
Key (black)1.2%
Color previews
#fcb40c text on a black background
contrast 11.67:1
Card sample
#fcb40c text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb40c;
Background color
Panel with #fcb40c background
background-color: #fcb40c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb40c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 180, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 180, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb40c; background: linear-gradient(135deg, #fcb40c, #A4FC0C);