#fdee71
a light, electric yellow · cool · closest name: khaki
RGB
253, 238, 113
HSL
54°, 97%, 72%
CMYK
0, 6, 55, 1
Luminance
0.8322
Every format
| HEX | #fdee71 |
| RGB | rgb(253, 238, 113) |
| HSL | hsl(54, 97%, 72%) |
| CMYK | cmyk(0%, 6%, 55%, 1%) |
| LAB | lab(93.1 -10.2 61.3) |
| LCH | lch(93.1 62.1 99.5) |
| OKLCH | oklch(0.937 0.146 102.5) |
Copy-ready code
/* CSS */
color: #fdee71;
background-color: #fdee71;
/* Tailwind (arbitrary) */
class="text-[#fdee71] bg-[#fdee71]"
/* SCSS */
$brand: #fdee71;
/* SwiftUI */
Color(red: 0.992, green: 0.933, blue: 0.443)
/* Android */
Color.parseColor("#fdee71")Accessibility — WCAG contrast
Aa
#fdee71 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdee71 on black: 17.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.3%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow55.3%
Key (black)0.8%
Color previews
#fdee71 text on a black background
contrast 17.64:1
Card sample
#fdee71 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdee71;
Background color
Panel with #fdee71 background
background-color: #fdee71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdee71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 238, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 238, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdee71; background: linear-gradient(135deg, #fdee71, #AFFD71);