#fdf29c
a light, electric yellow · cool · closest name: khaki
RGB
253, 242, 156
HSL
53°, 96%, 80%
CMYK
0, 4, 38, 1
Luminance
0.8679
Every format
| HEX | #fdf29c |
| RGB | rgb(253, 242, 156) |
| HSL | hsl(53, 96%, 80%) |
| CMYK | cmyk(0%, 4%, 38%, 1%) |
| LAB | lab(94.7 -8.3 42.8) |
| LCH | lch(94.7 43.6 101.0) |
| OKLCH | oklch(0.951 0.107 101.9) |
Copy-ready code
/* CSS */
color: #fdf29c;
background-color: #fdf29c;
/* Tailwind (arbitrary) */
class="text-[#fdf29c] bg-[#fdf29c]"
/* SCSS */
$brand: #fdf29c;
/* SwiftUI */
Color(red: 0.992, green: 0.949, blue: 0.612)
/* Android */
Color.parseColor("#fdf29c")Accessibility — WCAG contrast
Aa
#fdf29c on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf29c on black: 18.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green94.9%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow38.3%
Key (black)0.8%
Color previews
#fdf29c text on a black background
contrast 18.36:1
Card sample
#fdf29c text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf29c;
Background color
Panel with #fdf29c background
background-color: #fdf29c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf29c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 242, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 242, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf29c; background: linear-gradient(135deg, #fdf29c, #C7FD9C);