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