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