#fcba8c
a light, electric orange · warm · closest name: tan
RGB
252, 186, 140
HSL
25°, 95%, 77%
CMYK
0, 26, 44, 1
Luminance
0.5771
Every format
| HEX | #fcba8c |
| RGB | rgb(252, 186, 140) |
| HSL | hsl(25, 95%, 77%) |
| CMYK | cmyk(0%, 26%, 44%, 1%) |
| LAB | lab(80.6 18.4 32.6) |
| LCH | lch(80.6 37.5 60.6) |
| OKLCH | oklch(0.839 0.098 55.8) |
Copy-ready code
/* CSS */
color: #fcba8c;
background-color: #fcba8c;
/* Tailwind (arbitrary) */
class="text-[#fcba8c] bg-[#fcba8c]"
/* SCSS */
$brand: #fcba8c;
/* SwiftUI */
Color(red: 0.988, green: 0.729, blue: 0.549)
/* Android */
Color.parseColor("#fcba8c")Accessibility — WCAG contrast
Aa
#fcba8c on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcba8c on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green72.9%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow44.4%
Key (black)1.2%
Color previews
#fcba8c text on a black background
contrast 12.54:1
Card sample
#fcba8c text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcba8c;
Background color
Panel with #fcba8c background
background-color: #fcba8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcba8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 186, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 186, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcba8c; background: linear-gradient(135deg, #fcba8c, #F3FC8C);