#fcdbb5
a light, electric orange · warm · closest name: tan
RGB
252, 219, 181
HSL
32°, 92%, 85%
CMYK
0, 13, 28, 1
Luminance
0.7469
Every format
| HEX | #fcdbb5 |
| RGB | rgb(252, 219, 181) |
| HSL | hsl(32, 92%, 85%) |
| CMYK | cmyk(0%, 13%, 28%, 1%) |
| LAB | lab(89.3 5.9 22.9) |
| LCH | lch(89.3 23.7 75.5) |
| OKLCH | oklch(0.910 0.062 70.9) |
Copy-ready code
/* CSS */
color: #fcdbb5;
background-color: #fcdbb5;
/* Tailwind (arbitrary) */
class="text-[#fcdbb5] bg-[#fcdbb5]"
/* SCSS */
$brand: #fcdbb5;
/* SwiftUI */
Color(red: 0.988, green: 0.859, blue: 0.710)
/* Android */
Color.parseColor("#fcdbb5")Accessibility — WCAG contrast
Aa
#fcdbb5 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdbb5 on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green85.9%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow28.2%
Key (black)1.2%
Color previews
#fcdbb5 text on a black background
contrast 15.94:1
Card sample
#fcdbb5 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdbb5;
Background color
Panel with #fcdbb5 background
background-color: #fcdbb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdbb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 219, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 219, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdbb5; background: linear-gradient(135deg, #fcdbb5, #EEFCB5);