#fdcc9f
a light, electric orange · warm · closest name: tan
RGB
253, 204, 159
HSL
29°, 96%, 81%
CMYK
0, 19, 37, 1
Luminance
0.6657
Every format
| HEX | #fdcc9f |
| RGB | rgb(253, 204, 159) |
| HSL | hsl(29, 96%, 81%) |
| CMYK | cmyk(0%, 19%, 37%, 1%) |
| LAB | lab(85.3 11.4 29.0) |
| LCH | lch(85.3 31.2 68.6) |
| OKLCH | oklch(0.877 0.081 64.0) |
Copy-ready code
/* CSS */
color: #fdcc9f;
background-color: #fdcc9f;
/* Tailwind (arbitrary) */
class="text-[#fdcc9f] bg-[#fdcc9f]"
/* SCSS */
$brand: #fdcc9f;
/* SwiftUI */
Color(red: 0.992, green: 0.800, blue: 0.624)
/* Android */
Color.parseColor("#fdcc9f")Accessibility — WCAG contrast
Aa
#fdcc9f on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcc9f on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.0%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow37.2%
Key (black)0.8%
Color previews
#fdcc9f text on a black background
contrast 14.31:1
Card sample
#fdcc9f text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcc9f;
Background color
Panel with #fdcc9f background
background-color: #fdcc9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcc9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 204, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 204, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcc9f; background: linear-gradient(135deg, #fdcc9f, #EFFD9F);