#fdcc8c
a light, electric orange · warm · closest name: tan
RGB
253, 204, 140
HSL
34°, 97%, 77%
CMYK
0, 19, 45, 1
Luminance
0.6596
Every format
| HEX | #fdcc8c |
| RGB | rgb(253, 204, 140) |
| HSL | hsl(34, 97%, 77%) |
| CMYK | cmyk(0%, 19%, 45%, 1%) |
| LAB | lab(85.0 9.4 38.4) |
| LCH | lch(85.0 39.5 76.3) |
| OKLCH | oklch(0.874 0.098 73.4) |
Copy-ready code
/* CSS */
color: #fdcc8c;
background-color: #fdcc8c;
/* Tailwind (arbitrary) */
class="text-[#fdcc8c] bg-[#fdcc8c]"
/* SCSS */
$brand: #fdcc8c;
/* SwiftUI */
Color(red: 0.992, green: 0.800, blue: 0.549)
/* Android */
Color.parseColor("#fdcc8c")Accessibility — WCAG contrast
Aa
#fdcc8c on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcc8c on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.0%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow44.7%
Key (black)0.8%
Color previews
#fdcc8c text on a black background
contrast 14.19:1
Card sample
#fdcc8c text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcc8c;
Background color
Panel with #fdcc8c background
background-color: #fdcc8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcc8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 204, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 204, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcc8c; background: linear-gradient(135deg, #fdcc8c, #E3FD8C);