#fdce73
a light, electric orange · warm · closest name: khaki
RGB
253, 206, 115
HSL
40°, 97%, 72%
CMYK
0, 19, 55, 1
Luminance
0.6626
Every format
| HEX | #fdce73 |
| RGB | rgb(253, 206, 115) |
| HSL | hsl(40, 97%, 72%) |
| CMYK | cmyk(0%, 19%, 55%, 1%) |
| LAB | lab(85.1 6.1 51.0) |
| LCH | lch(85.1 51.4 83.2) |
| OKLCH | oklch(0.874 0.122 82.5) |
Copy-ready code
/* CSS */
color: #fdce73;
background-color: #fdce73;
/* Tailwind (arbitrary) */
class="text-[#fdce73] bg-[#fdce73]"
/* SCSS */
$brand: #fdce73;
/* SwiftUI */
Color(red: 0.992, green: 0.808, blue: 0.451)
/* Android */
Color.parseColor("#fdce73")Accessibility — WCAG contrast
Aa
#fdce73 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdce73 on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.8%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow54.5%
Key (black)0.8%
Color previews
#fdce73 text on a black background
contrast 14.25:1
Card sample
#fdce73 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdce73;
Background color
Panel with #fdce73 background
background-color: #fdce73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdce73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 206, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 206, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdce73; background: linear-gradient(135deg, #fdce73, #D0FD73);