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