#fcba97
a light, electric orange · warm · closest name: tan
RGB
252, 186, 151
HSL
21°, 94%, 79%
CMYK
0, 26, 40, 1
Luminance
0.5805
Every format
| HEX | #fcba97 |
| RGB | rgb(252, 186, 151) |
| HSL | hsl(21, 94%, 79%) |
| CMYK | cmyk(0%, 26%, 40%, 1%) |
| LAB | lab(80.8 19.5 27.1) |
| LCH | lch(80.8 33.4 54.2) |
| OKLCH | oklch(0.842 0.090 49.0) |
Copy-ready code
/* CSS */
color: #fcba97;
background-color: #fcba97;
/* Tailwind (arbitrary) */
class="text-[#fcba97] bg-[#fcba97]"
/* SCSS */
$brand: #fcba97;
/* SwiftUI */
Color(red: 0.988, green: 0.729, blue: 0.592)
/* Android */
Color.parseColor("#fcba97")Accessibility — WCAG contrast
Aa
#fcba97 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcba97 on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green72.9%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow40.1%
Key (black)1.2%
Color previews
#fcba97 text on a black background
contrast 12.61:1
Card sample
#fcba97 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcba97;
Background color
Panel with #fcba97 background
background-color: #fcba97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcba97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 186, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 186, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcba97; background: linear-gradient(135deg, #fcba97, #FBFC97);