#fcdfb3
a light, electric orange · warm · closest name: tan
RGB
252, 223, 179
HSL
36°, 92%, 85%
CMYK
0, 12, 29, 1
Luminance
0.7673
Every format
| HEX | #fcdfb3 |
| RGB | rgb(252, 223, 179) |
| HSL | hsl(36, 92%, 85%) |
| CMYK | cmyk(0%, 12%, 29%, 1%) |
| LAB | lab(90.2 3.6 25.3) |
| LCH | lch(90.2 25.5 81.8) |
| OKLCH | oklch(0.917 0.066 78.1) |
Copy-ready code
/* CSS */
color: #fcdfb3;
background-color: #fcdfb3;
/* Tailwind (arbitrary) */
class="text-[#fcdfb3] bg-[#fcdfb3]"
/* SCSS */
$brand: #fcdfb3;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.702)
/* Android */
Color.parseColor("#fcdfb3")Accessibility — WCAG contrast
Aa
#fcdfb3 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdfb3 on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow29.0%
Key (black)1.2%
Color previews
#fcdfb3 text on a black background
contrast 16.35:1
Card sample
#fcdfb3 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdfb3;
Background color
Panel with #fcdfb3 background
background-color: #fcdfb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdfb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdfb3; background: linear-gradient(135deg, #fcdfb3, #E8FCB3);