#fdc950
a light, electric yellow · warm · closest name: gold
RGB
253, 201, 80
HSL
42°, 98%, 65%
CMYK
0, 21, 68, 1
Luminance
0.6324
Every format
| HEX | #fdc950 |
| RGB | rgb(253, 201, 80) |
| HSL | hsl(42, 98%, 65%) |
| CMYK | cmyk(0%, 21%, 68%, 1%) |
| LAB | lab(83.6 6.4 65.1) |
| LCH | lch(83.6 65.4 84.4) |
| OKLCH | oklch(0.861 0.147 85.1) |
Copy-ready code
/* CSS */
color: #fdc950;
background-color: #fdc950;
/* Tailwind (arbitrary) */
class="text-[#fdc950] bg-[#fdc950]"
/* SCSS */
$brand: #fdc950;
/* SwiftUI */
Color(red: 0.992, green: 0.788, blue: 0.314)
/* Android */
Color.parseColor("#fdc950")Accessibility — WCAG contrast
Aa
#fdc950 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc950 on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green78.8%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow68.4%
Key (black)0.8%
Color previews
#fdc950 text on a black background
contrast 13.65:1
Card sample
#fdc950 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc950;
Background color
Panel with #fdc950 background
background-color: #fdc950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 201, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 201, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc950; background: linear-gradient(135deg, #fdc950, #BEFD50);