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