#fcaf3c
a balanced, electric orange · warm · closest name: orange
RGB
252, 175, 60
HSL
36°, 97%, 61%
CMYK
0, 31, 76, 1
Luminance
0.5168
Every format
| HEX | #fcaf3c |
| RGB | rgb(252, 175, 60) |
| HSL | hsl(36, 97%, 61%) |
| CMYK | cmyk(0%, 31%, 76%, 1%) |
| LAB | lab(77.1 18.6 66.6) |
| LCH | lch(77.1 69.1 74.4) |
| OKLCH | oklch(0.809 0.153 72.6) |
Copy-ready code
/* CSS */
color: #fcaf3c;
background-color: #fcaf3c;
/* Tailwind (arbitrary) */
class="text-[#fcaf3c] bg-[#fcaf3c]"
/* SCSS */
$brand: #fcaf3c;
/* SwiftUI */
Color(red: 0.988, green: 0.686, blue: 0.235)
/* Android */
Color.parseColor("#fcaf3c")Accessibility — WCAG contrast
Aa
#fcaf3c on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcaf3c on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green68.6%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow76.2%
Key (black)1.2%
Color previews
#fcaf3c text on a black background
contrast 11.34:1
Card sample
#fcaf3c text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcaf3c;
Background color
Panel with #fcaf3c background
background-color: #fcaf3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcaf3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 175, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 175, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcaf3c; background: linear-gradient(135deg, #fcaf3c, #C9FC3C);