#fdf33c
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 243, 60
HSL
57°, 98%, 61%
CMYK
0, 4, 76, 1
Luminance
0.8531
Every format
| HEX | #fdf33c |
| RGB | rgb(253, 243, 60) |
| HSL | hsl(57, 98%, 61%) |
| CMYK | cmyk(0%, 4%, 76%, 1%) |
| LAB | lab(94.0 -15.5 82.3) |
| LCH | lch(94.0 83.7 100.7) |
| OKLCH | oklch(0.943 0.186 106.2) |
Copy-ready code
/* CSS */
color: #fdf33c;
background-color: #fdf33c;
/* Tailwind (arbitrary) */
class="text-[#fdf33c] bg-[#fdf33c]"
/* SCSS */
$brand: #fdf33c;
/* SwiftUI */
Color(red: 0.992, green: 0.953, blue: 0.235)
/* Android */
Color.parseColor("#fdf33c")Accessibility — WCAG contrast
Aa
#fdf33c on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf33c on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green95.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow76.3%
Key (black)0.8%
Color previews
#fdf33c text on a black background
contrast 18.06:1
Card sample
#fdf33c text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf33c;
Background color
Panel with #fdf33c background
background-color: #fdf33c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf33c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 243, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 243, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf33c; background: linear-gradient(135deg, #fdf33c, #86FD3C);