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