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