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