#fcd09c
a light, electric orange · warm · closest name: tan
RGB
252, 208, 156
HSL
33°, 94%, 80%
CMYK
0, 18, 38, 1
Luminance
0.6821
Every format
| HEX | #fcd09c |
| RGB | rgb(252, 208, 156) |
| HSL | hsl(33, 94%, 80%) |
| CMYK | cmyk(0%, 18%, 38%, 1%) |
| LAB | lab(86.1 8.6 31.6) |
| LCH | lch(86.1 32.8 74.8) |
| OKLCH | oklch(0.883 0.083 71.1) |
Copy-ready code
/* CSS */
color: #fcd09c;
background-color: #fcd09c;
/* Tailwind (arbitrary) */
class="text-[#fcd09c] bg-[#fcd09c]"
/* SCSS */
$brand: #fcd09c;
/* SwiftUI */
Color(red: 0.988, green: 0.816, blue: 0.612)
/* Android */
Color.parseColor("#fcd09c")Accessibility — WCAG contrast
Aa
#fcd09c on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd09c on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green81.6%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow38.1%
Key (black)1.2%
Color previews
#fcd09c text on a black background
contrast 14.64:1
Card sample
#fcd09c text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd09c;
Background color
Panel with #fcd09c background
background-color: #fcd09c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd09c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 208, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 208, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd09c; background: linear-gradient(135deg, #fcd09c, #E8FC9C);