#fefd84
a light, electric yellow · cool · closest name: khaki
RGB
254, 253, 132
HSL
60°, 98%, 76%
CMYK
0, 0, 48, 0
Luminance
0.9299
Every format
| HEX | #fefd84 |
| RGB | rgb(254, 253, 132) |
| HSL | hsl(60, 98%, 76%) |
| CMYK | cmyk(0%, 0%, 48%, 0%) |
| LAB | lab(97.2 -15.6 57.5) |
| LCH | lch(97.2 59.6 105.2) |
| OKLCH | oklch(0.971 0.143 108.4) |
Copy-ready code
/* CSS */
color: #fefd84;
background-color: #fefd84;
/* Tailwind (arbitrary) */
class="text-[#fefd84] bg-[#fefd84]"
/* SCSS */
$brand: #fefd84;
/* SwiftUI */
Color(red: 0.996, green: 0.992, blue: 0.518)
/* Android */
Color.parseColor("#fefd84")Accessibility — WCAG contrast
Aa
#fefd84 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefd84 on black: 19.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green99.2%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow48.0%
Key (black)0.4%
Color previews
#fefd84 text on a black background
contrast 19.60:1
Card sample
#fefd84 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefd84;
Background color
Panel with #fefd84 background
background-color: #fefd84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefd84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 253, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 253, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefd84; background: linear-gradient(135deg, #fefd84, #AEFE84);