#feec7f
a light, electric yellow · cool · closest name: khaki
RGB
254, 236, 127
HSL
52°, 98%, 75%
CMYK
0, 7, 50, 0
Luminance
0.8259
Every format
| HEX | #feec7f |
| RGB | rgb(254, 236, 127) |
| HSL | hsl(52, 98%, 75%) |
| CMYK | cmyk(0%, 7%, 50%, 0%) |
| LAB | lab(92.8 -7.7 54.6) |
| LCH | lch(92.8 55.1 98.0) |
| OKLCH | oklch(0.936 0.131 100.1) |
Copy-ready code
/* CSS */
color: #feec7f;
background-color: #feec7f;
/* Tailwind (arbitrary) */
class="text-[#feec7f] bg-[#feec7f]"
/* SCSS */
$brand: #feec7f;
/* SwiftUI */
Color(red: 0.996, green: 0.925, blue: 0.498)
/* Android */
Color.parseColor("#feec7f")Accessibility — WCAG contrast
Aa
#feec7f on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feec7f on black: 17.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green92.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow50.0%
Key (black)0.4%
Color previews
#feec7f text on a black background
contrast 17.52:1
Card sample
#feec7f text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feec7f;
Background color
Panel with #feec7f background
background-color: #feec7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feec7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 236, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 236, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feec7f; background: linear-gradient(135deg, #feec7f, #BBFE7F);