#fdce7b
a light, electric orange · warm · closest name: khaki
RGB
253, 206, 123
HSL
38°, 97%, 74%
CMYK
0, 19, 51, 1
Luminance
0.6646
Every format
| HEX | #fdce7b |
| RGB | rgb(253, 206, 123) |
| HSL | hsl(38, 97%, 74%) |
| CMYK | cmyk(0%, 19%, 51%, 1%) |
| LAB | lab(85.2 6.8 47.2) |
| LCH | lch(85.2 47.7 81.8) |
| OKLCH | oklch(0.875 0.114 80.6) |
Copy-ready code
/* CSS */
color: #fdce7b;
background-color: #fdce7b;
/* Tailwind (arbitrary) */
class="text-[#fdce7b] bg-[#fdce7b]"
/* SCSS */
$brand: #fdce7b;
/* SwiftUI */
Color(red: 0.992, green: 0.808, blue: 0.482)
/* Android */
Color.parseColor("#fdce7b")Accessibility — WCAG contrast
Aa
#fdce7b on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdce7b on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.8%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow51.4%
Key (black)0.8%
Color previews
#fdce7b text on a black background
contrast 14.29:1
Card sample
#fdce7b text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdce7b;
Background color
Panel with #fdce7b background
background-color: #fdce7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdce7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 206, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 206, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdce7b; background: linear-gradient(135deg, #fdce7b, #D5FD7B);