#fdcc8f
a light, electric orange · warm · closest name: tan
RGB
253, 204, 143
HSL
33°, 97%, 78%
CMYK
0, 19, 44, 1
Luminance
0.6605
Every format
| HEX | #fdcc8f |
| RGB | rgb(253, 204, 143) |
| HSL | hsl(33, 97%, 78%) |
| CMYK | cmyk(0%, 19%, 44%, 1%) |
| LAB | lab(85.0 9.7 36.9) |
| LCH | lch(85.0 38.2 75.3) |
| OKLCH | oklch(0.875 0.095 72.2) |
Copy-ready code
/* CSS */
color: #fdcc8f;
background-color: #fdcc8f;
/* Tailwind (arbitrary) */
class="text-[#fdcc8f] bg-[#fdcc8f]"
/* SCSS */
$brand: #fdcc8f;
/* SwiftUI */
Color(red: 0.992, green: 0.800, blue: 0.561)
/* Android */
Color.parseColor("#fdcc8f")Accessibility — WCAG contrast
Aa
#fdcc8f on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcc8f on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow43.5%
Key (black)0.8%
Color previews
#fdcc8f text on a black background
contrast 14.21:1
Card sample
#fdcc8f text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcc8f;
Background color
Panel with #fdcc8f background
background-color: #fdcc8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcc8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 204, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 204, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcc8f; background: linear-gradient(135deg, #fdcc8f, #E5FD8F);