#fcba13
a balanced, electric yellow · warm · closest name: orange
RGB
252, 186, 19
HSL
43°, 98%, 53%
CMYK
0, 26, 93, 1
Luminance
0.5586
Every format
| HEX | #fcba13 |
| RGB | rgb(252, 186, 19) |
| HSL | hsl(43, 98%, 53%) |
| CMYK | cmyk(0%, 26%, 93%, 1%) |
| LAB | lab(79.5 11.9 79.7) |
| LCH | lch(79.5 80.6 81.5) |
| OKLCH | oklch(0.828 0.168 82.2) |
Copy-ready code
/* CSS */
color: #fcba13;
background-color: #fcba13;
/* Tailwind (arbitrary) */
class="text-[#fcba13] bg-[#fcba13]"
/* SCSS */
$brand: #fcba13;
/* SwiftUI */
Color(red: 0.988, green: 0.729, blue: 0.075)
/* Android */
Color.parseColor("#fcba13")Accessibility — WCAG contrast
Aa
#fcba13 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcba13 on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green72.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow92.5%
Key (black)1.2%
Color previews
#fcba13 text on a black background
contrast 12.17:1
Card sample
#fcba13 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcba13;
Background color
Panel with #fcba13 background
background-color: #fcba13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcba13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 186, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 186, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcba13; background: linear-gradient(135deg, #fcba13, #A3FC13);