#fefc3f
a balanced, electric yellow · cool · closest name: yellow
RGB
254, 252, 63
HSL
59°, 99%, 62%
CMYK
0, 1, 75, 0
Luminance
0.9105
Every format
| HEX | #fefc3f |
| RGB | rgb(254, 252, 63) |
| HSL | hsl(59, 99%, 62%) |
| CMYK | cmyk(0%, 1%, 75%, 0%) |
| LAB | lab(96.4 -19.4 83.6) |
| LCH | lch(96.4 85.8 103.0) |
| OKLCH | oklch(0.963 0.193 108.9) |
Copy-ready code
/* CSS */
color: #fefc3f;
background-color: #fefc3f;
/* Tailwind (arbitrary) */
class="text-[#fefc3f] bg-[#fefc3f]"
/* SCSS */
$brand: #fefc3f;
/* SwiftUI */
Color(red: 0.996, green: 0.988, blue: 0.247)
/* Android */
Color.parseColor("#fefc3f")Accessibility — WCAG contrast
Aa
#fefc3f on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefc3f on black: 19.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green98.8%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow75.2%
Key (black)0.4%
Color previews
#fefc3f text on a black background
contrast 19.21:1
Card sample
#fefc3f text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefc3f;
Background color
Panel with #fefc3f background
background-color: #fefc3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefc3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 252, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 252, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefc3f; background: linear-gradient(135deg, #fefc3f, #81FE3F);