#fdc608
a balanced, electric yellow · cool · closest name: gold
RGB
253, 198, 8
HSL
47°, 98%, 51%
CMYK
0, 22, 97, 1
Luminance
0.6129
Every format
| HEX | #fdc608 |
| RGB | rgb(253, 198, 8) |
| HSL | hsl(47, 98%, 51%) |
| CMYK | cmyk(0%, 22%, 97%, 1%) |
| LAB | lab(82.5 6.0 83.2) |
| LCH | lch(82.5 83.4 85.9) |
| OKLCH | oklch(0.852 0.173 88.2) |
Copy-ready code
/* CSS */
color: #fdc608;
background-color: #fdc608;
/* Tailwind (arbitrary) */
class="text-[#fdc608] bg-[#fdc608]"
/* SCSS */
$brand: #fdc608;
/* SwiftUI */
Color(red: 0.992, green: 0.776, blue: 0.031)
/* Android */
Color.parseColor("#fdc608")Accessibility — WCAG contrast
Aa
#fdc608 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc608 on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green77.6%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow96.8%
Key (black)0.8%
Color previews
#fdc608 text on a black background
contrast 13.26:1
Card sample
#fdc608 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc608;
Background color
Panel with #fdc608 background
background-color: #fdc608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 198, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 198, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc608; background: linear-gradient(135deg, #fdc608, #91FD08);