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