#fef554
a light, electric yellow · cool · closest name: gold
RGB
254, 245, 84
HSL
57°, 99%, 66%
CMYK
0, 4, 67, 0
Luminance
0.8702
Every format
| HEX | #fef554 |
| RGB | rgb(254, 245, 84) |
| HSL | hsl(57, 99%, 66%) |
| CMYK | cmyk(0%, 4%, 67%, 0%) |
| LAB | lab(94.8 -15.1 75.0) |
| LCH | lch(94.8 76.5 101.3) |
| OKLCH | oklch(0.950 0.175 106.1) |
Copy-ready code
/* CSS */
color: #fef554;
background-color: #fef554;
/* Tailwind (arbitrary) */
class="text-[#fef554] bg-[#fef554]"
/* SCSS */
$brand: #fef554;
/* SwiftUI */
Color(red: 0.996, green: 0.961, blue: 0.329)
/* Android */
Color.parseColor("#fef554")Accessibility — WCAG contrast
Aa
#fef554 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef554 on black: 18.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green96.1%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow66.9%
Key (black)0.4%
Color previews
#fef554 text on a black background
contrast 18.40:1
Card sample
#fef554 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef554;
Background color
Panel with #fef554 background
background-color: #fef554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 245, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 245, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef554; background: linear-gradient(135deg, #fef554, #96FE54);