#fcba6f
a light, electric orange · warm · closest name: peru
RGB
252, 186, 111
HSL
32°, 96%, 71%
CMYK
0, 26, 56, 1
Luminance
0.5696
Every format
| HEX | #fcba6f |
| RGB | rgb(252, 186, 111) |
| HSL | hsl(32, 96%, 71%) |
| CMYK | cmyk(0%, 26%, 56%, 1%) |
| LAB | lab(80.2 15.8 47.0) |
| LCH | lch(80.2 49.5 71.4) |
| OKLCH | oklch(0.835 0.120 68.5) |
Copy-ready code
/* CSS */
color: #fcba6f;
background-color: #fcba6f;
/* Tailwind (arbitrary) */
class="text-[#fcba6f] bg-[#fcba6f]"
/* SCSS */
$brand: #fcba6f;
/* SwiftUI */
Color(red: 0.988, green: 0.729, blue: 0.435)
/* Android */
Color.parseColor("#fcba6f")Accessibility — WCAG contrast
Aa
#fcba6f on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcba6f on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green72.9%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow56.0%
Key (black)1.2%
Color previews
#fcba6f text on a black background
contrast 12.39:1
Card sample
#fcba6f text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcba6f;
Background color
Panel with #fcba6f background
background-color: #fcba6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcba6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 186, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 186, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcba6f; background: linear-gradient(135deg, #fcba6f, #E0FC6F);