#feec6f
a light, electric yellow · cool · closest name: khaki
RGB
254, 236, 111
HSL
52°, 99%, 72%
CMYK
0, 7, 56, 0
Luminance
0.8221
Every format
| HEX | #feec6f |
| RGB | rgb(254, 236, 111) |
| HSL | hsl(52, 99%, 72%) |
| CMYK | cmyk(0%, 7%, 56%, 0%) |
| LAB | lab(92.7 -9.0 61.7) |
| LCH | lch(92.7 62.3 98.3) |
| OKLCH | oklch(0.934 0.146 101.2) |
Copy-ready code
/* CSS */
color: #feec6f;
background-color: #feec6f;
/* Tailwind (arbitrary) */
class="text-[#feec6f] bg-[#feec6f]"
/* SCSS */
$brand: #feec6f;
/* SwiftUI */
Color(red: 0.996, green: 0.925, blue: 0.435)
/* Android */
Color.parseColor("#feec6f")Accessibility — WCAG contrast
Aa
#feec6f on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feec6f on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green92.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow56.3%
Key (black)0.4%
Color previews
#feec6f text on a black background
contrast 17.44:1
Card sample
#feec6f text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feec6f;
Background color
Panel with #feec6f background
background-color: #feec6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feec6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 236, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 236, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feec6f; background: linear-gradient(135deg, #feec6f, #B1FE6F);