#fef45c
a light, electric yellow · cool · closest name: gold
RGB
254, 244, 92
HSL
56°, 99%, 68%
CMYK
0, 4, 64, 0
Luminance
0.8654
Every format
| HEX | #fef45c |
| RGB | rgb(254, 244, 92) |
| HSL | hsl(56, 99%, 68%) |
| CMYK | cmyk(0%, 4%, 64%, 0%) |
| LAB | lab(94.5 -14.1 71.7) |
| LCH | lch(94.5 73.1 101.1) |
| OKLCH | oklch(0.948 0.168 105.6) |
Copy-ready code
/* CSS */
color: #fef45c;
background-color: #fef45c;
/* Tailwind (arbitrary) */
class="text-[#fef45c] bg-[#fef45c]"
/* SCSS */
$brand: #fef45c;
/* SwiftUI */
Color(red: 0.996, green: 0.957, blue: 0.361)
/* Android */
Color.parseColor("#fef45c")Accessibility — WCAG contrast
Aa
#fef45c on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef45c on black: 18.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green95.7%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow63.8%
Key (black)0.4%
Color previews
#fef45c text on a black background
contrast 18.31:1
Card sample
#fef45c text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef45c;
Background color
Panel with #fef45c background
background-color: #fef45c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef45c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 244, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 244, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef45c; background: linear-gradient(135deg, #fef45c, #9CFE5C);