#fcba8f
a light, electric orange · warm · closest name: tan
RGB
252, 186, 143
HSL
24°, 95%, 78%
CMYK
0, 26, 43, 1
Luminance
0.5780
Every format
| HEX | #fcba8f |
| RGB | rgb(252, 186, 143) |
| HSL | hsl(24, 95%, 78%) |
| CMYK | cmyk(0%, 26%, 43%, 1%) |
| LAB | lab(80.6 18.7 31.1) |
| LCH | lch(80.6 36.3 59.0) |
| OKLCH | oklch(0.840 0.095 54.1) |
Copy-ready code
/* CSS */
color: #fcba8f;
background-color: #fcba8f;
/* Tailwind (arbitrary) */
class="text-[#fcba8f] bg-[#fcba8f]"
/* SCSS */
$brand: #fcba8f;
/* SwiftUI */
Color(red: 0.988, green: 0.729, blue: 0.561)
/* Android */
Color.parseColor("#fcba8f")Accessibility — WCAG contrast
Aa
#fcba8f on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcba8f on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green72.9%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow43.3%
Key (black)1.2%
Color previews
#fcba8f text on a black background
contrast 12.56:1
Card sample
#fcba8f text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcba8f;
Background color
Panel with #fcba8f background
background-color: #fcba8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcba8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 186, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 186, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcba8f; background: linear-gradient(135deg, #fcba8f, #F5FC8F);