#fef044
a balanced, electric yellow · cool · closest name: gold
RGB
254, 240, 68
HSL
56°, 99%, 63%
CMYK
0, 6, 73, 0
Luminance
0.8381
Every format
| HEX | #fef044 |
| RGB | rgb(254, 240, 68) |
| HSL | hsl(56, 99%, 63%) |
| CMYK | cmyk(0%, 6%, 73%, 0%) |
| LAB | lab(93.4 -13.4 79.2) |
| LCH | lch(93.4 80.3 99.6) |
| OKLCH | oklch(0.938 0.180 104.6) |
Copy-ready code
/* CSS */
color: #fef044;
background-color: #fef044;
/* Tailwind (arbitrary) */
class="text-[#fef044] bg-[#fef044]"
/* SCSS */
$brand: #fef044;
/* SwiftUI */
Color(red: 0.996, green: 0.941, blue: 0.267)
/* Android */
Color.parseColor("#fef044")Accessibility — WCAG contrast
Aa
#fef044 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef044 on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green94.1%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow73.2%
Key (black)0.4%
Color previews
#fef044 text on a black background
contrast 17.76:1
Card sample
#fef044 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef044;
Background color
Panel with #fef044 background
background-color: #fef044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 240, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 240, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef044; background: linear-gradient(135deg, #fef044, #90FE44);