#fcdfb6
a pale, electric orange · warm · closest name: tan
RGB
252, 223, 182
HSL
35°, 92%, 85%
CMYK
0, 12, 28, 1
Luminance
0.7685
Every format
| HEX | #fcdfb6 |
| RGB | rgb(252, 223, 182) |
| HSL | hsl(35, 92%, 85%) |
| CMYK | cmyk(0%, 12%, 28%, 1%) |
| LAB | lab(90.3 4.0 23.8) |
| LCH | lch(90.3 24.1 80.5) |
| OKLCH | oklch(0.917 0.062 76.4) |
Copy-ready code
/* CSS */
color: #fcdfb6;
background-color: #fcdfb6;
/* Tailwind (arbitrary) */
class="text-[#fcdfb6] bg-[#fcdfb6]"
/* SCSS */
$brand: #fcdfb6;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.714)
/* Android */
Color.parseColor("#fcdfb6")Accessibility — WCAG contrast
Aa
#fcdfb6 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdfb6 on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow27.8%
Key (black)1.2%
Color previews
#fcdfb6 text on a black background
contrast 16.37:1
Card sample
#fcdfb6 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdfb6;
Background color
Panel with #fcdfb6 background
background-color: #fcdfb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdfb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdfb6; background: linear-gradient(135deg, #fcdfb6, #EAFCB6);