#fcba4f
a balanced, electric orange · warm · closest name: orange
RGB
252, 186, 79
HSL
37°, 97%, 65%
CMYK
0, 26, 69, 1
Luminance
0.5638
Every format
| HEX | #fcba4f |
| RGB | rgb(252, 186, 79) |
| HSL | hsl(37, 97%, 65%) |
| CMYK | cmyk(0%, 26%, 69%, 1%) |
| LAB | lab(79.8 13.7 61.6) |
| LCH | lch(79.8 63.1 77.4) |
| OKLCH | oklch(0.831 0.143 76.3) |
Copy-ready code
/* CSS */
color: #fcba4f;
background-color: #fcba4f;
/* Tailwind (arbitrary) */
class="text-[#fcba4f] bg-[#fcba4f]"
/* SCSS */
$brand: #fcba4f;
/* SwiftUI */
Color(red: 0.988, green: 0.729, blue: 0.310)
/* Android */
Color.parseColor("#fcba4f")Accessibility — WCAG contrast
Aa
#fcba4f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcba4f on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green72.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow68.7%
Key (black)1.2%
Color previews
#fcba4f text on a black background
contrast 12.28:1
Card sample
#fcba4f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcba4f;
Background color
Panel with #fcba4f background
background-color: #fcba4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcba4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 186, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 186, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcba4f; background: linear-gradient(135deg, #fcba4f, #CBFC4F);