#fdf733
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 247, 51
HSL
58°, 98%, 60%
CMYK
0, 2, 80, 1
Luminance
0.8764
Every format
| HEX | #fdf733 |
| RGB | rgb(253, 247, 51) |
| HSL | hsl(58, 98%, 60%) |
| CMYK | cmyk(0%, 2%, 80%, 1%) |
| LAB | lab(95.0 -17.8 85.6) |
| LCH | lch(95.0 87.4 101.7) |
| OKLCH | oklch(0.951 0.194 107.7) |
Copy-ready code
/* CSS */
color: #fdf733;
background-color: #fdf733;
/* Tailwind (arbitrary) */
class="text-[#fdf733] bg-[#fdf733]"
/* SCSS */
$brand: #fdf733;
/* SwiftUI */
Color(red: 0.992, green: 0.969, blue: 0.200)
/* Android */
Color.parseColor("#fdf733")Accessibility — WCAG contrast
Aa
#fdf733 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf733 on black: 18.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.9%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow79.8%
Key (black)0.8%
Color previews
#fdf733 text on a black background
contrast 18.53:1
Card sample
#fdf733 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf733;
Background color
Panel with #fdf733 background
background-color: #fdf733;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf733;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 247, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 247, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf733; background: linear-gradient(135deg, #fdf733, #7CFD33);