#fcd5bc
a pale, electric orange · warm · closest name: tan
RGB
252, 213, 188
HSL
23°, 91%, 86%
CMYK
0, 16, 25, 1
Luminance
0.7191
Every format
| HEX | #fcd5bc |
| RGB | rgb(252, 213, 188) |
| HSL | hsl(23, 91%, 86%) |
| CMYK | cmyk(0%, 16%, 25%, 1%) |
| LAB | lab(87.9 10.0 17.4) |
| LCH | lch(87.9 20.1 60.3) |
| OKLCH | oklch(0.900 0.055 54.5) |
Copy-ready code
/* CSS */
color: #fcd5bc;
background-color: #fcd5bc;
/* Tailwind (arbitrary) */
class="text-[#fcd5bc] bg-[#fcd5bc]"
/* SCSS */
$brand: #fcd5bc;
/* SwiftUI */
Color(red: 0.988, green: 0.835, blue: 0.737)
/* Android */
Color.parseColor("#fcd5bc")Accessibility — WCAG contrast
Aa
#fcd5bc on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd5bc on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green83.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta15.5%
Yellow25.4%
Key (black)1.2%
Color previews
#fcd5bc text on a black background
contrast 15.38:1
Card sample
#fcd5bc text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd5bc;
Background color
Panel with #fcd5bc background
background-color: #fcd5bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd5bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 213, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 213, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd5bc; background: linear-gradient(135deg, #fcd5bc, #F8FCBC);