#fdf55e
a light, electric yellow · cool · closest name: gold
RGB
253, 245, 94
HSL
57°, 98%, 68%
CMYK
0, 3, 63, 1
Luminance
0.8700
Every format
| HEX | #fdf55e |
| RGB | rgb(253, 245, 94) |
| HSL | hsl(57, 98%, 68%) |
| CMYK | cmyk(0%, 3%, 63%, 1%) |
| LAB | lab(94.7 -14.9 71.1) |
| LCH | lch(94.7 72.6 101.8) |
| OKLCH | oklch(0.950 0.168 106.3) |
Copy-ready code
/* CSS */
color: #fdf55e;
background-color: #fdf55e;
/* Tailwind (arbitrary) */
class="text-[#fdf55e] bg-[#fdf55e]"
/* SCSS */
$brand: #fdf55e;
/* SwiftUI */
Color(red: 0.992, green: 0.961, blue: 0.369)
/* Android */
Color.parseColor("#fdf55e")Accessibility — WCAG contrast
Aa
#fdf55e on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf55e on black: 18.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.1%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow62.8%
Key (black)0.8%
Color previews
#fdf55e text on a black background
contrast 18.40:1
Card sample
#fdf55e text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf55e;
Background color
Panel with #fdf55e background
background-color: #fdf55e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf55e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 245, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 245, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf55e; background: linear-gradient(135deg, #fdf55e, #9BFD5E);