#fdf34f
a light, electric yellow · cool · closest name: gold
RGB
253, 243, 79
HSL
57°, 98%, 65%
CMYK
0, 4, 69, 1
Luminance
0.8555
Every format
| HEX | #fdf34f |
| RGB | rgb(253, 243, 79) |
| HSL | hsl(57, 98%, 65%) |
| CMYK | cmyk(0%, 4%, 69%, 1%) |
| LAB | lab(94.1 -14.7 76.2) |
| LCH | lch(94.1 77.6 101.0) |
| OKLCH | oklch(0.944 0.176 105.8) |
Copy-ready code
/* CSS */
color: #fdf34f;
background-color: #fdf34f;
/* Tailwind (arbitrary) */
class="text-[#fdf34f] bg-[#fdf34f]"
/* SCSS */
$brand: #fdf34f;
/* SwiftUI */
Color(red: 0.992, green: 0.953, blue: 0.310)
/* Android */
Color.parseColor("#fdf34f")Accessibility — WCAG contrast
Aa
#fdf34f on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf34f on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green95.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow68.8%
Key (black)0.8%
Color previews
#fdf34f text on a black background
contrast 18.11:1
Card sample
#fdf34f text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf34f;
Background color
Panel with #fdf34f background
background-color: #fdf34f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf34f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 243, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 243, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf34f; background: linear-gradient(135deg, #fdf34f, #93FD4F);