#fdf42c
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 244, 44
HSL
57°, 98%, 58%
CMYK
0, 4, 83, 1
Luminance
0.8577
Every format
| HEX | #fdf42c |
| RGB | rgb(253, 244, 44) |
| HSL | hsl(57, 98%, 58%) |
| CMYK | cmyk(0%, 4%, 83%, 1%) |
| LAB | lab(94.2 -16.5 86.6) |
| LCH | lch(94.2 88.1 100.8) |
| OKLCH | oklch(0.945 0.194 106.7) |
Copy-ready code
/* CSS */
color: #fdf42c;
background-color: #fdf42c;
/* Tailwind (arbitrary) */
class="text-[#fdf42c] bg-[#fdf42c]"
/* SCSS */
$brand: #fdf42c;
/* SwiftUI */
Color(red: 0.992, green: 0.957, blue: 0.173)
/* Android */
Color.parseColor("#fdf42c")Accessibility — WCAG contrast
Aa
#fdf42c on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf42c on black: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green95.7%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow82.6%
Key (black)0.8%
Color previews
#fdf42c text on a black background
contrast 18.15:1
Card sample
#fdf42c text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf42c;
Background color
Panel with #fdf42c background
background-color: #fdf42c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf42c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 244, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 244, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf42c; background: linear-gradient(135deg, #fdf42c, #7BFD2C);