#fdf842
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 248, 66
HSL
58°, 98%, 63%
CMYK
0, 2, 74, 1
Luminance
0.8841
Every format
| HEX | #fdf842 |
| RGB | rgb(253, 248, 66) |
| HSL | hsl(58, 98%, 63%) |
| CMYK | cmyk(0%, 2%, 74%, 1%) |
| LAB | lab(95.3 -17.7 81.7) |
| LCH | lch(95.3 83.5 102.3) |
| OKLCH | oklch(0.954 0.188 107.9) |
Copy-ready code
/* CSS */
color: #fdf842;
background-color: #fdf842;
/* Tailwind (arbitrary) */
class="text-[#fdf842] bg-[#fdf842]"
/* SCSS */
$brand: #fdf842;
/* SwiftUI */
Color(red: 0.992, green: 0.973, blue: 0.259)
/* Android */
Color.parseColor("#fdf842")Accessibility — WCAG contrast
Aa
#fdf842 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf842 on black: 18.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.3%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow73.9%
Key (black)0.8%
Color previews
#fdf842 text on a black background
contrast 18.68:1
Card sample
#fdf842 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf842;
Background color
Panel with #fdf842 background
background-color: #fdf842;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf842;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 248, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 248, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf842; background: linear-gradient(135deg, #fdf842, #85FD42);