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