#fcac3c
a balanced, electric orange · warm · closest name: orange
RGB
252, 172, 60
HSL
35°, 97%, 61%
CMYK
0, 32, 76, 1
Luminance
0.5053
Every format
| HEX | #fcac3c |
| RGB | rgb(252, 172, 60) |
| HSL | hsl(35, 97%, 61%) |
| CMYK | cmyk(0%, 32%, 76%, 1%) |
| LAB | lab(76.4 20.2 65.9) |
| LCH | lch(76.4 68.9 72.9) |
| OKLCH | oklch(0.804 0.153 70.8) |
Copy-ready code
/* CSS */
color: #fcac3c;
background-color: #fcac3c;
/* Tailwind (arbitrary) */
class="text-[#fcac3c] bg-[#fcac3c]"
/* SCSS */
$brand: #fcac3c;
/* SwiftUI */
Color(red: 0.988, green: 0.675, blue: 0.235)
/* Android */
Color.parseColor("#fcac3c")Accessibility — WCAG contrast
Aa
#fcac3c on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcac3c on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green67.5%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta31.7%
Yellow76.2%
Key (black)1.2%
Color previews
#fcac3c text on a black background
contrast 11.11:1
Card sample
#fcac3c text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcac3c;
Background color
Panel with #fcac3c background
background-color: #fcac3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcac3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 172, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 172, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcac3c; background: linear-gradient(135deg, #fcac3c, #CCFC3C);