#fdf77e
a light, electric yellow · cool · closest name: khaki
RGB
253, 247, 126
HSL
57°, 97%, 74%
CMYK
0, 2, 50, 1
Luminance
0.8891
Every format
| HEX | #fdf77e |
| RGB | rgb(253, 247, 126) |
| HSL | hsl(57, 97%, 74%) |
| CMYK | cmyk(0%, 2%, 50%, 1%) |
| LAB | lab(95.5 -13.6 58.2) |
| LCH | lch(95.5 59.8 103.1) |
| OKLCH | oklch(0.957 0.143 106.2) |
Copy-ready code
/* CSS */
color: #fdf77e;
background-color: #fdf77e;
/* Tailwind (arbitrary) */
class="text-[#fdf77e] bg-[#fdf77e]"
/* SCSS */
$brand: #fdf77e;
/* SwiftUI */
Color(red: 0.992, green: 0.969, blue: 0.494)
/* Android */
Color.parseColor("#fdf77e")Accessibility — WCAG contrast
Aa
#fdf77e on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf77e on black: 18.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.9%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow50.2%
Key (black)0.8%
Color previews
#fdf77e text on a black background
contrast 18.78:1
Card sample
#fdf77e text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf77e;
Background color
Panel with #fdf77e background
background-color: #fdf77e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf77e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 247, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 247, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf77e; background: linear-gradient(135deg, #fdf77e, #AEFD7E);