#fdc313
a balanced, electric yellow · cool · closest name: gold
RGB
253, 195, 19
HSL
45°, 98%, 53%
CMYK
0, 23, 93, 1
Luminance
0.5996
Every format
| HEX | #fdc313 |
| RGB | rgb(253, 195, 19) |
| HSL | hsl(45, 98%, 53%) |
| CMYK | cmyk(0%, 23%, 93%, 1%) |
| LAB | lab(81.8 7.6 81.5) |
| LCH | lch(81.8 81.8 84.6) |
| OKLCH | oklch(0.846 0.171 86.4) |
Copy-ready code
/* CSS */
color: #fdc313;
background-color: #fdc313;
/* Tailwind (arbitrary) */
class="text-[#fdc313] bg-[#fdc313]"
/* SCSS */
$brand: #fdc313;
/* SwiftUI */
Color(red: 0.992, green: 0.765, blue: 0.075)
/* Android */
Color.parseColor("#fdc313")Accessibility — WCAG contrast
Aa
#fdc313 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc313 on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green76.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow92.5%
Key (black)0.8%
Color previews
#fdc313 text on a black background
contrast 12.99:1
Card sample
#fdc313 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc313;
Background color
Panel with #fdc313 background
background-color: #fdc313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 195, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 195, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc313; background: linear-gradient(135deg, #fdc313, #9BFD13);