#fdf65c
a light, electric yellow · cool · closest name: gold
RGB
253, 246, 92
HSL
57°, 98%, 68%
CMYK
0, 3, 64, 1
Luminance
0.8757
Every format
| HEX | #fdf65c |
| RGB | rgb(253, 246, 92) |
| HSL | hsl(57, 98%, 68%) |
| CMYK | cmyk(0%, 3%, 64%, 1%) |
| LAB | lab(95.0 -15.5 72.1) |
| LCH | lch(95.0 73.8 102.1) |
| OKLCH | oklch(0.951 0.170 106.7) |
Copy-ready code
/* CSS */
color: #fdf65c;
background-color: #fdf65c;
/* Tailwind (arbitrary) */
class="text-[#fdf65c] bg-[#fdf65c]"
/* SCSS */
$brand: #fdf65c;
/* SwiftUI */
Color(red: 0.992, green: 0.965, blue: 0.361)
/* Android */
Color.parseColor("#fdf65c")Accessibility — WCAG contrast
Aa
#fdf65c on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf65c on black: 18.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.5%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow63.6%
Key (black)0.8%
Color previews
#fdf65c text on a black background
contrast 18.51:1
Card sample
#fdf65c text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf65c;
Background color
Panel with #fdf65c background
background-color: #fdf65c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf65c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 246, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 246, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf65c; background: linear-gradient(135deg, #fdf65c, #98FD5C);