#fcaf53
a light, electric orange · warm · closest name: peru
RGB
252, 175, 83
HSL
33°, 97%, 66%
CMYK
0, 31, 67, 1
Luminance
0.5198
Every format
| HEX | #fcaf53 |
| RGB | rgb(252, 175, 83) |
| HSL | hsl(33, 97%, 66%) |
| CMYK | cmyk(0%, 31%, 67%, 1%) |
| LAB | lab(77.3 19.7 57.0) |
| LCH | lch(77.3 60.4 70.9) |
| OKLCH | oklch(0.811 0.140 68.2) |
Copy-ready code
/* CSS */
color: #fcaf53;
background-color: #fcaf53;
/* Tailwind (arbitrary) */
class="text-[#fcaf53] bg-[#fcaf53]"
/* SCSS */
$brand: #fcaf53;
/* SwiftUI */
Color(red: 0.988, green: 0.686, blue: 0.325)
/* Android */
Color.parseColor("#fcaf53")Accessibility — WCAG contrast
Aa
#fcaf53 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcaf53 on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green68.6%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow67.1%
Key (black)1.2%
Color previews
#fcaf53 text on a black background
contrast 11.40:1
Card sample
#fcaf53 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcaf53;
Background color
Panel with #fcaf53 background
background-color: #fcaf53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcaf53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 175, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 175, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcaf53; background: linear-gradient(135deg, #fcaf53, #D8FC53);