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