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