#fdcd89
a light, electric orange · warm · closest name: khaki
RGB
253, 205, 137
HSL
35°, 97%, 77%
CMYK
0, 19, 46, 1
Luminance
0.6635
Every format
| HEX | #fdcd89 |
| RGB | rgb(253, 205, 137) |
| HSL | hsl(35, 97%, 77%) |
| CMYK | cmyk(0%, 19%, 46%, 1%) |
| LAB | lab(85.2 8.6 40.2) |
| LCH | lch(85.2 41.1 78.0) |
| OKLCH | oklch(0.875 0.101 75.5) |
Copy-ready code
/* CSS */
color: #fdcd89;
background-color: #fdcd89;
/* Tailwind (arbitrary) */
class="text-[#fdcd89] bg-[#fdcd89]"
/* SCSS */
$brand: #fdcd89;
/* SwiftUI */
Color(red: 0.992, green: 0.804, blue: 0.537)
/* Android */
Color.parseColor("#fdcd89")Accessibility — WCAG contrast
Aa
#fdcd89 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcd89 on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.4%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow45.8%
Key (black)0.8%
Color previews
#fdcd89 text on a black background
contrast 14.27:1
Card sample
#fdcd89 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcd89;
Background color
Panel with #fdcd89 background
background-color: #fdcd89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcd89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 205, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 205, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcd89; background: linear-gradient(135deg, #fdcd89, #E0FD89);