#fef484
a light, electric yellow · cool · closest name: khaki
RGB
254, 244, 132
HSL
55°, 98%, 76%
CMYK
0, 4, 48, 0
Luminance
0.8744
Every format
| HEX | #fef484 |
| RGB | rgb(254, 244, 132) |
| HSL | hsl(55, 98%, 76%) |
| CMYK | cmyk(0%, 4%, 48%, 0%) |
| LAB | lab(94.9 -11.2 54.7) |
| LCH | lch(94.9 55.9 101.6) |
| OKLCH | oklch(0.952 0.134 104.1) |
Copy-ready code
/* CSS */
color: #fef484;
background-color: #fef484;
/* Tailwind (arbitrary) */
class="text-[#fef484] bg-[#fef484]"
/* SCSS */
$brand: #fef484;
/* SwiftUI */
Color(red: 0.996, green: 0.957, blue: 0.518)
/* Android */
Color.parseColor("#fef484")Accessibility — WCAG contrast
Aa
#fef484 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef484 on black: 18.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green95.7%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow48.0%
Key (black)0.4%
Color previews
#fef484 text on a black background
contrast 18.49:1
Card sample
#fef484 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef484;
Background color
Panel with #fef484 background
background-color: #fef484;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef484;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 244, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 244, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef484; background: linear-gradient(135deg, #fef484, #B7FE84);