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