#fdcd7f
a light, electric orange · warm · closest name: khaki
RGB
253, 205, 127
HSL
37°, 97%, 75%
CMYK
0, 19, 50, 1
Luminance
0.6608
Every format
| HEX | #fdcd7f |
| RGB | rgb(253, 205, 127) |
| HSL | hsl(37, 97%, 75%) |
| CMYK | cmyk(0%, 19%, 50%, 1%) |
| LAB | lab(85.0 7.6 45.0) |
| LCH | lch(85.0 45.7 80.4) |
| OKLCH | oklch(0.874 0.110 78.7) |
Copy-ready code
/* CSS */
color: #fdcd7f;
background-color: #fdcd7f;
/* Tailwind (arbitrary) */
class="text-[#fdcd7f] bg-[#fdcd7f]"
/* SCSS */
$brand: #fdcd7f;
/* SwiftUI */
Color(red: 0.992, green: 0.804, blue: 0.498)
/* Android */
Color.parseColor("#fdcd7f")Accessibility — WCAG contrast
Aa
#fdcd7f on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcd7f on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.4%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow49.8%
Key (black)0.8%
Color previews
#fdcd7f text on a black background
contrast 14.22:1
Card sample
#fdcd7f text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcd7f;
Background color
Panel with #fdcd7f background
background-color: #fdcd7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcd7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 205, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 205, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcd7f; background: linear-gradient(135deg, #fdcd7f, #D9FD7F);