#fcbc9e
a light, electric orange · warm · closest name: tan
RGB
252, 188, 158
HSL
19°, 94%, 80%
CMYK
0, 25, 37, 1
Luminance
0.5913
Every format
| HEX | #fcbc9e |
| RGB | rgb(252, 188, 158) |
| HSL | hsl(19, 94%, 80%) |
| CMYK | cmyk(0%, 25%, 37%, 1%) |
| LAB | lab(81.4 19.3 24.2) |
| LCH | lch(81.4 30.9 51.5) |
| OKLCH | oklch(0.847 0.085 46.2) |
Copy-ready code
/* CSS */
color: #fcbc9e;
background-color: #fcbc9e;
/* Tailwind (arbitrary) */
class="text-[#fcbc9e] bg-[#fcbc9e]"
/* SCSS */
$brand: #fcbc9e;
/* SwiftUI */
Color(red: 0.988, green: 0.737, blue: 0.620)
/* Android */
Color.parseColor("#fcbc9e")Accessibility — WCAG contrast
Aa
#fcbc9e on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbc9e on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green73.7%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta25.4%
Yellow37.3%
Key (black)1.2%
Color previews
#fcbc9e text on a black background
contrast 12.83:1
Card sample
#fcbc9e text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbc9e;
Background color
Panel with #fcbc9e background
background-color: #fcbc9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbc9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 188, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 188, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbc9e; background: linear-gradient(135deg, #fcbc9e, #FCFB9E);