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