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