#feeb2c
a balanced, electric yellow · cool · closest name: gold
RGB
254, 235, 44
HSL
55°, 99%, 58%
CMYK
0, 8, 83, 0
Luminance
0.8067
Every format
| HEX | #feeb2c |
| RGB | rgb(254, 235, 44) |
| HSL | hsl(55, 99%, 58%) |
| CMYK | cmyk(0%, 8%, 83%, 0%) |
| LAB | lab(92.0 -11.7 84.7) |
| LCH | lch(92.0 85.5 97.9) |
| OKLCH | oklch(0.927 0.186 103.2) |
Copy-ready code
/* CSS */
color: #feeb2c;
background-color: #feeb2c;
/* Tailwind (arbitrary) */
class="text-[#feeb2c] bg-[#feeb2c]"
/* SCSS */
$brand: #feeb2c;
/* SwiftUI */
Color(red: 0.996, green: 0.922, blue: 0.173)
/* Android */
Color.parseColor("#feeb2c")Accessibility — WCAG contrast
Aa
#feeb2c on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeb2c on black: 17.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green92.2%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow82.7%
Key (black)0.4%
Color previews
#feeb2c text on a black background
contrast 17.13:1
Card sample
#feeb2c text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeb2c;
Background color
Panel with #feeb2c background
background-color: #feeb2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeb2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 235, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 235, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeb2c; background: linear-gradient(135deg, #feeb2c, #85FE2C);