#fcba9f
a light, electric orange · warm · closest name: tan
RGB
252, 186, 159
HSL
17°, 94%, 81%
CMYK
0, 26, 37, 1
Luminance
0.5832
Every format
| HEX | #fcba9f |
| RGB | rgb(252, 186, 159) |
| HSL | hsl(17, 94%, 81%) |
| CMYK | cmyk(0%, 26%, 37%, 1%) |
| LAB | lab(80.9 20.4 23.1) |
| LCH | lch(80.9 30.8 48.5) |
| OKLCH | oklch(0.843 0.085 43.2) |
Copy-ready code
/* CSS */
color: #fcba9f;
background-color: #fcba9f;
/* Tailwind (arbitrary) */
class="text-[#fcba9f] bg-[#fcba9f]"
/* SCSS */
$brand: #fcba9f;
/* SwiftUI */
Color(red: 0.988, green: 0.729, blue: 0.624)
/* Android */
Color.parseColor("#fcba9f")Accessibility — WCAG contrast
Aa
#fcba9f on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcba9f on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green72.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow36.9%
Key (black)1.2%
Color previews
#fcba9f text on a black background
contrast 12.66:1
Card sample
#fcba9f text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcba9f;
Background color
Panel with #fcba9f background
background-color: #fcba9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcba9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 186, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 186, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcba9f; background: linear-gradient(135deg, #fcba9f, #FCF89F);