#fcba5f
a light, electric orange · warm · closest name: peru
RGB
252, 186, 95
HSL
35°, 96%, 68%
CMYK
0, 26, 62, 1
Luminance
0.5664
Every format
| HEX | #fcba5f |
| RGB | rgb(252, 186, 95) |
| HSL | hsl(35, 96%, 68%) |
| CMYK | cmyk(0%, 26%, 62%, 1%) |
| LAB | lab(80.0 14.7 54.5) |
| LCH | lch(80.0 56.4 74.9) |
| OKLCH | oklch(0.833 0.132 73.0) |
Copy-ready code
/* CSS */
color: #fcba5f;
background-color: #fcba5f;
/* Tailwind (arbitrary) */
class="text-[#fcba5f] bg-[#fcba5f]"
/* SCSS */
$brand: #fcba5f;
/* SwiftUI */
Color(red: 0.988, green: 0.729, blue: 0.373)
/* Android */
Color.parseColor("#fcba5f")Accessibility — WCAG contrast
Aa
#fcba5f on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcba5f on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green72.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow62.3%
Key (black)1.2%
Color previews
#fcba5f text on a black background
contrast 12.33:1
Card sample
#fcba5f text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcba5f;
Background color
Panel with #fcba5f background
background-color: #fcba5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcba5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 186, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 186, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcba5f; background: linear-gradient(135deg, #fcba5f, #D5FC5F);