#fdf95f
a light, electric yellow · cool · closest name: gold
RGB
253, 249, 95
HSL
59°, 98%, 68%
CMYK
0, 2, 63, 1
Luminance
0.8946
Every format
| HEX | #fdf95f |
| RGB | rgb(253, 249, 95) |
| HSL | hsl(59, 98%, 68%) |
| CMYK | cmyk(0%, 2%, 63%, 1%) |
| LAB | lab(95.8 -16.8 71.8) |
| LCH | lch(95.8 73.7 103.2) |
| OKLCH | oklch(0.958 0.171 107.8) |
Copy-ready code
/* CSS */
color: #fdf95f;
background-color: #fdf95f;
/* Tailwind (arbitrary) */
class="text-[#fdf95f] bg-[#fdf95f]"
/* SCSS */
$brand: #fdf95f;
/* SwiftUI */
Color(red: 0.992, green: 0.976, blue: 0.373)
/* Android */
Color.parseColor("#fdf95f")Accessibility — WCAG contrast
Aa
#fdf95f on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf95f on black: 18.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow62.5%
Key (black)0.8%
Color previews
#fdf95f text on a black background
contrast 18.89:1
Card sample
#fdf95f text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf95f;
Background color
Panel with #fdf95f background
background-color: #fdf95f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf95f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 249, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 249, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf95f; background: linear-gradient(135deg, #fdf95f, #98FD5F);