#fdce62
a light, electric yellow · warm · closest name: khaki
RGB
253, 206, 98
HSL
42°, 98%, 69%
CMYK
0, 19, 61, 1
Luminance
0.6591
Every format
| HEX | #fdce62 |
| RGB | rgb(253, 206, 98) |
| HSL | hsl(42, 98%, 69%) |
| CMYK | cmyk(0%, 19%, 61%, 1%) |
| LAB | lab(85.0 4.9 58.8) |
| LCH | lch(85.0 59.0 85.2) |
| OKLCH | oklch(0.872 0.136 85.7) |
Copy-ready code
/* CSS */
color: #fdce62;
background-color: #fdce62;
/* Tailwind (arbitrary) */
class="text-[#fdce62] bg-[#fdce62]"
/* SCSS */
$brand: #fdce62;
/* SwiftUI */
Color(red: 0.992, green: 0.808, blue: 0.384)
/* Android */
Color.parseColor("#fdce62")Accessibility — WCAG contrast
Aa
#fdce62 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdce62 on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.8%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow61.3%
Key (black)0.8%
Color previews
#fdce62 text on a black background
contrast 14.18:1
Card sample
#fdce62 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdce62;
Background color
Panel with #fdce62 background
background-color: #fdce62;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdce62;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 206, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 206, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdce62; background: linear-gradient(135deg, #fdce62, #C5FD62);