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