#fcba39
a balanced, electric orange · warm · closest name: orange
RGB
252, 186, 57
HSL
40°, 97%, 61%
CMYK
0, 26, 77, 1
Luminance
0.5611
Every format
| HEX | #fcba39 |
| RGB | rgb(252, 186, 57) |
| HSL | hsl(40, 97%, 61%) |
| CMYK | cmyk(0%, 26%, 77%, 1%) |
| LAB | lab(79.7 12.8 70.1) |
| LCH | lch(79.7 71.3 79.7) |
| OKLCH | oklch(0.830 0.155 79.5) |
Copy-ready code
/* CSS */
color: #fcba39;
background-color: #fcba39;
/* Tailwind (arbitrary) */
class="text-[#fcba39] bg-[#fcba39]"
/* SCSS */
$brand: #fcba39;
/* SwiftUI */
Color(red: 0.988, green: 0.729, blue: 0.224)
/* Android */
Color.parseColor("#fcba39")Accessibility — WCAG contrast
Aa
#fcba39 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcba39 on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green72.9%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow77.4%
Key (black)1.2%
Color previews
#fcba39 text on a black background
contrast 12.22:1
Card sample
#fcba39 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcba39;
Background color
Panel with #fcba39 background
background-color: #fcba39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcba39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 186, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 186, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcba39; background: linear-gradient(135deg, #fcba39, #BCFC39);