#fdf64c
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 246, 76
HSL
58°, 98%, 65%
CMYK
0, 3, 70, 1
Luminance
0.8732
Every format
| HEX | #fdf64c |
| RGB | rgb(253, 246, 76) |
| HSL | hsl(58, 98%, 65%) |
| CMYK | cmyk(0%, 3%, 70%, 1%) |
| LAB | lab(94.9 -16.3 77.9) |
| LCH | lch(94.9 79.6 101.8) |
| OKLCH | oklch(0.950 0.181 107.0) |
Copy-ready code
/* CSS */
color: #fdf64c;
background-color: #fdf64c;
/* Tailwind (arbitrary) */
class="text-[#fdf64c] bg-[#fdf64c]"
/* SCSS */
$brand: #fdf64c;
/* SwiftUI */
Color(red: 0.992, green: 0.965, blue: 0.298)
/* Android */
Color.parseColor("#fdf64c")Accessibility — WCAG contrast
Aa
#fdf64c on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf64c on black: 18.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.5%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow70.0%
Key (black)0.8%
Color previews
#fdf64c text on a black background
contrast 18.46:1
Card sample
#fdf64c text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf64c;
Background color
Panel with #fdf64c background
background-color: #fdf64c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf64c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 246, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 246, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf64c; background: linear-gradient(135deg, #fdf64c, #8EFD4C);