#fdce8b
a light, electric orange · warm · closest name: tan
RGB
253, 206, 139
HSL
35°, 97%, 77%
CMYK
0, 19, 45, 1
Luminance
0.6689
Every format
| HEX | #fdce8b |
| RGB | rgb(253, 206, 139) |
| HSL | hsl(35, 97%, 77%) |
| CMYK | cmyk(0%, 19%, 45%, 1%) |
| LAB | lab(85.5 8.2 39.5) |
| LCH | lch(85.5 40.4 78.2) |
| OKLCH | oklch(0.878 0.100 75.7) |
Copy-ready code
/* CSS */
color: #fdce8b;
background-color: #fdce8b;
/* Tailwind (arbitrary) */
class="text-[#fdce8b] bg-[#fdce8b]"
/* SCSS */
$brand: #fdce8b;
/* SwiftUI */
Color(red: 0.992, green: 0.808, blue: 0.545)
/* Android */
Color.parseColor("#fdce8b")Accessibility — WCAG contrast
Aa
#fdce8b on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdce8b on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.8%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow45.1%
Key (black)0.8%
Color previews
#fdce8b text on a black background
contrast 14.38:1
Card sample
#fdce8b text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdce8b;
Background color
Panel with #fdce8b background
background-color: #fdce8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdce8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 206, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 206, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdce8b; background: linear-gradient(135deg, #fdce8b, #E0FD8B);