#fefd71
a light, electric yellow · cool · closest name: khaki
RGB
254, 253, 113
HSL
60°, 99%, 72%
CMYK
0, 0, 56, 0
Luminance
0.9251
Every format
| HEX | #fefd71 |
| RGB | rgb(254, 253, 113) |
| HSL | hsl(60, 99%, 72%) |
| CMYK | cmyk(0%, 0%, 56%, 0%) |
| LAB | lab(97.0 -17.1 65.7) |
| LCH | lch(97.0 67.9 104.6) |
| OKLCH | oklch(0.969 0.161 108.7) |
Copy-ready code
/* CSS */
color: #fefd71;
background-color: #fefd71;
/* Tailwind (arbitrary) */
class="text-[#fefd71] bg-[#fefd71]"
/* SCSS */
$brand: #fefd71;
/* SwiftUI */
Color(red: 0.996, green: 0.992, blue: 0.443)
/* Android */
Color.parseColor("#fefd71")Accessibility — WCAG contrast
Aa
#fefd71 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefd71 on black: 19.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green99.2%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow55.5%
Key (black)0.4%
Color previews
#fefd71 text on a black background
contrast 19.50:1
Card sample
#fefd71 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefd71;
Background color
Panel with #fefd71 background
background-color: #fefd71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefd71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 253, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 253, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefd71; background: linear-gradient(135deg, #fefd71, #A1FE71);