#fdf85c
a light, electric yellow · cool · closest name: gold
RGB
253, 248, 92
HSL
58°, 98%, 68%
CMYK
0, 2, 64, 1
Luminance
0.8879
Every format
| HEX | #fdf85c |
| RGB | rgb(253, 248, 92) |
| HSL | hsl(58, 98%, 68%) |
| CMYK | cmyk(0%, 2%, 64%, 1%) |
| LAB | lab(95.5 -16.5 72.7) |
| LCH | lch(95.5 74.5 102.8) |
| OKLCH | oklch(0.956 0.172 107.5) |
Copy-ready code
/* CSS */
color: #fdf85c;
background-color: #fdf85c;
/* Tailwind (arbitrary) */
class="text-[#fdf85c] bg-[#fdf85c]"
/* SCSS */
$brand: #fdf85c;
/* SwiftUI */
Color(red: 0.992, green: 0.973, blue: 0.361)
/* Android */
Color.parseColor("#fdf85c")Accessibility — WCAG contrast
Aa
#fdf85c on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf85c on black: 18.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.3%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow63.6%
Key (black)0.8%
Color previews
#fdf85c text on a black background
contrast 18.76:1
Card sample
#fdf85c text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf85c;
Background color
Panel with #fdf85c background
background-color: #fdf85c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf85c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 248, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 248, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf85c; background: linear-gradient(135deg, #fdf85c, #97FD5C);