#ffe092
a light, electric yellow · warm · closest name: khaki
RGB
255, 224, 146
HSL
43°, 100%, 79%
CMYK
0, 12, 43, 0
Luminance
0.7665
Every format
| HEX | #ffe092 |
| RGB | rgb(255, 224, 146) |
| HSL | hsl(43, 100%, 79%) |
| CMYK | cmyk(0%, 12%, 43%, 0%) |
| LAB | lab(90.2 0.5 42.1) |
| LCH | lch(90.2 42.1 89.3) |
| OKLCH | oklch(0.915 0.103 88.6) |
Copy-ready code
/* CSS */
color: #ffe092;
background-color: #ffe092;
/* Tailwind (arbitrary) */
class="text-[#ffe092] bg-[#ffe092]"
/* SCSS */
$brand: #ffe092;
/* SwiftUI */
Color(red: 1.000, green: 0.878, blue: 0.573)
/* Android */
Color.parseColor("#ffe092")Accessibility — WCAG contrast
Aa
#ffe092 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe092 on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.8%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow42.7%
Key (black)0.0%
Color previews
#ffe092 text on a black background
contrast 16.33:1
Card sample
#ffe092 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe092;
Background color
Panel with #ffe092 background
background-color: #ffe092;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe092;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 224, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 224, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe092; background: linear-gradient(135deg, #ffe092, #D5FF92);