#fcbba3
a light, electric orange · warm · closest name: tan
RGB
252, 187, 163
HSL
16°, 94%, 81%
CMYK
0, 26, 35, 1
Luminance
0.5888
Every format
| HEX | #fcbba3 |
| RGB | rgb(252, 187, 163) |
| HSL | hsl(16, 94%, 81%) |
| CMYK | cmyk(0%, 26%, 35%, 1%) |
| LAB | lab(81.2 20.4 21.3) |
| LCH | lch(81.2 29.5 46.3) |
| OKLCH | oklch(0.846 0.083 41.2) |
Copy-ready code
/* CSS */
color: #fcbba3;
background-color: #fcbba3;
/* Tailwind (arbitrary) */
class="text-[#fcbba3] bg-[#fcbba3]"
/* SCSS */
$brand: #fcbba3;
/* SwiftUI */
Color(red: 0.988, green: 0.733, blue: 0.639)
/* Android */
Color.parseColor("#fcbba3")Accessibility — WCAG contrast
Aa
#fcbba3 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbba3 on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green73.3%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta25.8%
Yellow35.3%
Key (black)1.2%
Color previews
#fcbba3 text on a black background
contrast 12.78:1
Card sample
#fcbba3 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbba3;
Background color
Panel with #fcbba3 background
background-color: #fcbba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 187, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 187, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbba3; background: linear-gradient(135deg, #fcbba3, #FCF6A3);