#fdf034
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 240, 52
HSL
56°, 98%, 60%
CMYK
0, 5, 79, 1
Luminance
0.8345
Every format
| HEX | #fdf034 |
| RGB | rgb(253, 240, 52) |
| HSL | hsl(56, 98%, 60%) |
| CMYK | cmyk(0%, 5%, 79%, 1%) |
| LAB | lab(93.2 -14.3 83.8) |
| LCH | lch(93.2 85.0 99.7) |
| OKLCH | oklch(0.937 0.188 105.2) |
Copy-ready code
/* CSS */
color: #fdf034;
background-color: #fdf034;
/* Tailwind (arbitrary) */
class="text-[#fdf034] bg-[#fdf034]"
/* SCSS */
$brand: #fdf034;
/* SwiftUI */
Color(red: 0.992, green: 0.941, blue: 0.204)
/* Android */
Color.parseColor("#fdf034")Accessibility — WCAG contrast
Aa
#fdf034 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf034 on black: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green94.1%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow79.4%
Key (black)0.8%
Color previews
#fdf034 text on a black background
contrast 17.69:1
Card sample
#fdf034 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf034;
Background color
Panel with #fdf034 background
background-color: #fdf034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 240, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 240, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf034; background: linear-gradient(135deg, #fdf034, #84FD34);