#fdf774
a light, electric yellow · cool · closest name: khaki
RGB
253, 247, 116
HSL
57°, 97%, 72%
CMYK
0, 2, 54, 1
Luminance
0.8867
Every format
| HEX | #fdf774 |
| RGB | rgb(253, 247, 116) |
| HSL | hsl(57, 97%, 72%) |
| CMYK | cmyk(0%, 2%, 54%, 1%) |
| LAB | lab(95.4 -14.4 62.6) |
| LCH | lch(95.4 64.2 103.0) |
| OKLCH | oklch(0.956 0.152 106.5) |
Copy-ready code
/* CSS */
color: #fdf774;
background-color: #fdf774;
/* Tailwind (arbitrary) */
class="text-[#fdf774] bg-[#fdf774]"
/* SCSS */
$brand: #fdf774;
/* SwiftUI */
Color(red: 0.992, green: 0.969, blue: 0.455)
/* Android */
Color.parseColor("#fdf774")Accessibility — WCAG contrast
Aa
#fdf774 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf774 on black: 18.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.9%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow54.2%
Key (black)0.8%
Color previews
#fdf774 text on a black background
contrast 18.73:1
Card sample
#fdf774 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf774;
Background color
Panel with #fdf774 background
background-color: #fdf774;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf774;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 247, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 247, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf774; background: linear-gradient(135deg, #fdf774, #A8FD74);