#fefe4f
a light, electric yellow · cool · closest name: yellow
RGB
254, 254, 79
HSL
60°, 99%, 65%
CMYK
0, 0, 69, 0
Luminance
0.9252
Every format
| HEX | #fefe4f |
| RGB | rgb(254, 254, 79) |
| HSL | hsl(60, 99%, 65%) |
| CMYK | cmyk(0%, 0%, 69%, 0%) |
| LAB | lab(97.0 -19.6 79.0) |
| LCH | lch(97.0 81.4 104.0) |
| OKLCH | oklch(0.968 0.186 109.4) |
Copy-ready code
/* CSS */
color: #fefe4f;
background-color: #fefe4f;
/* Tailwind (arbitrary) */
class="text-[#fefe4f] bg-[#fefe4f]"
/* SCSS */
$brand: #fefe4f;
/* SwiftUI */
Color(red: 0.996, green: 0.996, blue: 0.310)
/* Android */
Color.parseColor("#fefe4f")Accessibility — WCAG contrast
Aa
#fefe4f on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefe4f on black: 19.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green99.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow68.9%
Key (black)0.4%
Color previews
#fefe4f text on a black background
contrast 19.50:1
Card sample
#fefe4f text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefe4f;
Background color
Panel with #fefe4f background
background-color: #fefe4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefe4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 254, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 254, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefe4f; background: linear-gradient(135deg, #fefe4f, #89FE4F);