#feed21
a balanced, electric yellow · cool · closest name: yellow
RGB
254, 237, 33
HSL
55°, 99%, 56%
CMYK
0, 7, 87, 0
Luminance
0.8175
Every format
| HEX | #feed21 |
| RGB | rgb(254, 237, 33) |
| HSL | hsl(55, 99%, 56%) |
| CMYK | cmyk(0%, 7%, 87%, 0%) |
| LAB | lab(92.5 -12.9 87.4) |
| LCH | lch(92.5 88.3 98.4) |
| OKLCH | oklch(0.931 0.191 104.1) |
Copy-ready code
/* CSS */
color: #feed21;
background-color: #feed21;
/* Tailwind (arbitrary) */
class="text-[#feed21] bg-[#feed21]"
/* SCSS */
$brand: #feed21;
/* SwiftUI */
Color(red: 0.996, green: 0.929, blue: 0.129)
/* Android */
Color.parseColor("#feed21")Accessibility — WCAG contrast
Aa
#feed21 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feed21 on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green92.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow87.0%
Key (black)0.4%
Color previews
#feed21 text on a black background
contrast 17.35:1
Card sample
#feed21 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feed21;
Background color
Panel with #feed21 background
background-color: #feed21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feed21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 237, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 237, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feed21; background: linear-gradient(135deg, #feed21, #7CFE21);