#fdf35e
a light, electric yellow · cool · closest name: gold
RGB
253, 243, 94
HSL
56°, 98%, 68%
CMYK
0, 4, 63, 1
Luminance
0.8579
Every format
| HEX | #fdf35e |
| RGB | rgb(253, 243, 94) |
| HSL | hsl(56, 98%, 68%) |
| CMYK | cmyk(0%, 4%, 63%, 1%) |
| LAB | lab(94.2 -13.9 70.5) |
| LCH | lch(94.2 71.9 101.2) |
| OKLCH | oklch(0.945 0.166 105.5) |
Copy-ready code
/* CSS */
color: #fdf35e;
background-color: #fdf35e;
/* Tailwind (arbitrary) */
class="text-[#fdf35e] bg-[#fdf35e]"
/* SCSS */
$brand: #fdf35e;
/* SwiftUI */
Color(red: 0.992, green: 0.953, blue: 0.369)
/* Android */
Color.parseColor("#fdf35e")Accessibility — WCAG contrast
Aa
#fdf35e on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf35e on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green95.3%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow62.8%
Key (black)0.8%
Color previews
#fdf35e text on a black background
contrast 18.16:1
Card sample
#fdf35e text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf35e;
Background color
Panel with #fdf35e background
background-color: #fdf35e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf35e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 243, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 243, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf35e; background: linear-gradient(135deg, #fdf35e, #9DFD5E);