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