#fef092
a light, electric yellow · cool · closest name: khaki
RGB
254, 240, 146
HSL
52°, 98%, 78%
CMYK
0, 6, 43, 0
Luminance
0.8547
Every format
| HEX | #fef092 |
| RGB | rgb(254, 240, 146) |
| HSL | hsl(52, 98%, 78%) |
| CMYK | cmyk(0%, 6%, 43%, 0%) |
| LAB | lab(94.1 -7.9 47.0) |
| LCH | lch(94.1 47.7 99.6) |
| OKLCH | oklch(0.946 0.116 100.9) |
Copy-ready code
/* CSS */
color: #fef092;
background-color: #fef092;
/* Tailwind (arbitrary) */
class="text-[#fef092] bg-[#fef092]"
/* SCSS */
$brand: #fef092;
/* SwiftUI */
Color(red: 0.996, green: 0.941, blue: 0.573)
/* Android */
Color.parseColor("#fef092")Accessibility — WCAG contrast
Aa
#fef092 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef092 on black: 18.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green94.1%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow42.5%
Key (black)0.4%
Color previews
#fef092 text on a black background
contrast 18.09:1
Card sample
#fef092 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef092;
Background color
Panel with #fef092 background
background-color: #fef092;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef092;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 240, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 240, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef092; background: linear-gradient(135deg, #fef092, #C4FE92);