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