#fcdbb0
a light, electric orange · warm · closest name: tan
RGB
252, 219, 176
HSL
34°, 93%, 84%
CMYK
0, 13, 30, 1
Luminance
0.7449
Every format
| HEX | #fcdbb0 |
| RGB | rgb(252, 219, 176) |
| HSL | hsl(34, 93%, 84%) |
| CMYK | cmyk(0%, 13%, 30%, 1%) |
| LAB | lab(89.2 5.3 25.4) |
| LCH | lch(89.2 25.9 78.2) |
| OKLCH | oklch(0.908 0.067 74.1) |
Copy-ready code
/* CSS */
color: #fcdbb0;
background-color: #fcdbb0;
/* Tailwind (arbitrary) */
class="text-[#fcdbb0] bg-[#fcdbb0]"
/* SCSS */
$brand: #fcdbb0;
/* SwiftUI */
Color(red: 0.988, green: 0.859, blue: 0.690)
/* Android */
Color.parseColor("#fcdbb0")Accessibility — WCAG contrast
Aa
#fcdbb0 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdbb0 on black: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green85.9%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow30.2%
Key (black)1.2%
Color previews
#fcdbb0 text on a black background
contrast 15.90:1
Card sample
#fcdbb0 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdbb0;
Background color
Panel with #fcdbb0 background
background-color: #fcdbb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdbb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 219, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 219, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdbb0; background: linear-gradient(135deg, #fcdbb0, #EAFCB0);