#fefd1f
a balanced, electric yellow · cool · closest name: yellow
RGB
254, 253, 31
HSL
60°, 99%, 56%
CMYK
0, 0, 88, 0
Luminance
0.9142
Every format
| HEX | #fefd1f |
| RGB | rgb(254, 253, 31) |
| HSL | hsl(60, 99%, 56%) |
| CMYK | cmyk(0%, 0%, 88%, 0%) |
| LAB | lab(96.6 -20.7 91.0) |
| LCH | lch(96.6 93.3 102.8) |
| OKLCH | oklch(0.964 0.205 109.4) |
Copy-ready code
/* CSS */
color: #fefd1f;
background-color: #fefd1f;
/* Tailwind (arbitrary) */
class="text-[#fefd1f] bg-[#fefd1f]"
/* SCSS */
$brand: #fefd1f;
/* SwiftUI */
Color(red: 0.996, green: 0.992, blue: 0.122)
/* Android */
Color.parseColor("#fefd1f")Accessibility — WCAG contrast
Aa
#fefd1f on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefd1f on black: 19.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green99.2%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow87.8%
Key (black)0.4%
Color previews
#fefd1f text on a black background
contrast 19.28:1
Card sample
#fefd1f text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefd1f;
Background color
Panel with #fefd1f background
background-color: #fefd1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefd1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 253, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 253, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefd1f; background: linear-gradient(135deg, #fefd1f, #6BFE1F);