#feee34
a balanced, electric yellow · cool · closest name: gold
RGB
254, 238, 52
HSL
55°, 99%, 60%
CMYK
0, 6, 80, 0
Luminance
0.8247
Every format
| HEX | #feee34 |
| RGB | rgb(254, 238, 52) |
| HSL | hsl(55, 99%, 60%) |
| CMYK | cmyk(0%, 6%, 80%, 0%) |
| LAB | lab(92.8 -12.9 83.4) |
| LCH | lch(92.8 84.4 98.8) |
| OKLCH | oklch(0.933 0.186 104.2) |
Copy-ready code
/* CSS */
color: #feee34;
background-color: #feee34;
/* Tailwind (arbitrary) */
class="text-[#feee34] bg-[#feee34]"
/* SCSS */
$brand: #feee34;
/* SwiftUI */
Color(red: 0.996, green: 0.933, blue: 0.204)
/* Android */
Color.parseColor("#feee34")Accessibility — WCAG contrast
Aa
#feee34 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feee34 on black: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.3%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow79.5%
Key (black)0.4%
Color previews
#feee34 text on a black background
contrast 17.49:1
Card sample
#feee34 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feee34;
Background color
Panel with #feee34 background
background-color: #feee34;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feee34;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 238, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 238, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feee34; background: linear-gradient(135deg, #feee34, #87FE34);