#feeb39
a balanced, electric yellow · cool · closest name: gold
RGB
254, 235, 57
HSL
54°, 99%, 61%
CMYK
0, 8, 78, 0
Luminance
0.8078
Every format
| HEX | #feeb39 |
| RGB | rgb(254, 235, 57) |
| HSL | hsl(54, 99%, 61%) |
| CMYK | cmyk(0%, 8%, 78%, 0%) |
| LAB | lab(92.0 -11.3 81.4) |
| LCH | lch(92.0 82.2 97.9) |
| OKLCH | oklch(0.927 0.181 102.9) |
Copy-ready code
/* CSS */
color: #feeb39;
background-color: #feeb39;
/* Tailwind (arbitrary) */
class="text-[#feeb39] bg-[#feeb39]"
/* SCSS */
$brand: #feeb39;
/* SwiftUI */
Color(red: 0.996, green: 0.922, blue: 0.224)
/* Android */
Color.parseColor("#feeb39")Accessibility — WCAG contrast
Aa
#feeb39 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeb39 on black: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green92.2%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow77.6%
Key (black)0.4%
Color previews
#feeb39 text on a black background
contrast 17.16:1
Card sample
#feeb39 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeb39;
Background color
Panel with #feeb39 background
background-color: #feeb39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeb39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 235, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 235, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeb39; background: linear-gradient(135deg, #feeb39, #8EFE39);