#fcba7f
a light, electric orange · warm · closest name: tan
RGB
252, 186, 127
HSL
28°, 95%, 74%
CMYK
0, 26, 50, 1
Luminance
0.5735
Every format
| HEX | #fcba7f |
| RGB | rgb(252, 186, 127) |
| HSL | hsl(28, 95%, 74%) |
| CMYK | cmyk(0%, 26%, 50%, 1%) |
| LAB | lab(80.4 17.1 39.1) |
| LCH | lch(80.4 42.7 66.3) |
| OKLCH | oklch(0.837 0.107 62.3) |
Copy-ready code
/* CSS */
color: #fcba7f;
background-color: #fcba7f;
/* Tailwind (arbitrary) */
class="text-[#fcba7f] bg-[#fcba7f]"
/* SCSS */
$brand: #fcba7f;
/* SwiftUI */
Color(red: 0.988, green: 0.729, blue: 0.498)
/* Android */
Color.parseColor("#fcba7f")Accessibility — WCAG contrast
Aa
#fcba7f on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcba7f on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green72.9%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow49.6%
Key (black)1.2%
Color previews
#fcba7f text on a black background
contrast 12.47:1
Card sample
#fcba7f text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcba7f;
Background color
Panel with #fcba7f background
background-color: #fcba7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcba7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 186, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 186, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcba7f; background: linear-gradient(135deg, #fcba7f, #EBFC7F);