#fdf66c
a light, electric yellow · cool · closest name: khaki
RGB
253, 246, 108
HSL
57°, 97%, 71%
CMYK
0, 3, 57, 1
Luminance
0.8788
Every format
| HEX | #fdf66c |
| RGB | rgb(253, 246, 108) |
| HSL | hsl(57, 97%, 71%) |
| CMYK | cmyk(0%, 3%, 57%, 1%) |
| LAB | lab(95.1 -14.5 65.7) |
| LCH | lch(95.1 67.3 102.4) |
| OKLCH | oklch(0.953 0.158 106.3) |
Copy-ready code
/* CSS */
color: #fdf66c;
background-color: #fdf66c;
/* Tailwind (arbitrary) */
class="text-[#fdf66c] bg-[#fdf66c]"
/* SCSS */
$brand: #fdf66c;
/* SwiftUI */
Color(red: 0.992, green: 0.965, blue: 0.424)
/* Android */
Color.parseColor("#fdf66c")Accessibility — WCAG contrast
Aa
#fdf66c on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf66c on black: 18.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.5%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow57.3%
Key (black)0.8%
Color previews
#fdf66c text on a black background
contrast 18.58:1
Card sample
#fdf66c text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf66c;
Background color
Panel with #fdf66c background
background-color: #fdf66c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf66c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 246, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 246, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf66c; background: linear-gradient(135deg, #fdf66c, #A3FD6C);