#feee73
a light, electric yellow · cool · closest name: khaki
RGB
254, 238, 115
HSL
53°, 99%, 72%
CMYK
0, 6, 55, 0
Luminance
0.8346
Every format
| HEX | #feee73 |
| RGB | rgb(254, 238, 115) |
| HSL | hsl(53, 99%, 72%) |
| CMYK | cmyk(0%, 6%, 55%, 0%) |
| LAB | lab(93.2 -9.7 60.5) |
| LCH | lch(93.2 61.3 99.1) |
| OKLCH | oklch(0.938 0.144 102.0) |
Copy-ready code
/* CSS */
color: #feee73;
background-color: #feee73;
/* Tailwind (arbitrary) */
class="text-[#feee73] bg-[#feee73]"
/* SCSS */
$brand: #feee73;
/* SwiftUI */
Color(red: 0.996, green: 0.933, blue: 0.451)
/* Android */
Color.parseColor("#feee73")Accessibility — WCAG contrast
Aa
#feee73 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feee73 on black: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.3%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow54.7%
Key (black)0.4%
Color previews
#feee73 text on a black background
contrast 17.69:1
Card sample
#feee73 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feee73;
Background color
Panel with #feee73 background
background-color: #feee73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feee73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 238, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 238, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feee73; background: linear-gradient(135deg, #feee73, #B1FE73);