#ffe077
a light, electric yellow · cool · closest name: khaki
RGB
255, 224, 119
HSL
46°, 100%, 73%
CMYK
0, 12, 53, 0
Luminance
0.7590
Every format
| HEX | #ffe077 |
| RGB | rgb(255, 224, 119) |
| HSL | hsl(46, 100%, 73%) |
| CMYK | cmyk(0%, 12%, 53%, 0%) |
| LAB | lab(89.8 -1.9 54.7) |
| LCH | lch(89.8 54.8 92.0) |
| OKLCH | oklch(0.912 0.129 93.2) |
Copy-ready code
/* CSS */
color: #ffe077;
background-color: #ffe077;
/* Tailwind (arbitrary) */
class="text-[#ffe077] bg-[#ffe077]"
/* SCSS */
$brand: #ffe077;
/* SwiftUI */
Color(red: 1.000, green: 0.878, blue: 0.467)
/* Android */
Color.parseColor("#ffe077")Accessibility — WCAG contrast
Aa
#ffe077 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe077 on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.8%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow53.3%
Key (black)0.0%
Color previews
#ffe077 text on a black background
contrast 16.18:1
Card sample
#ffe077 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe077;
Background color
Panel with #ffe077 background
background-color: #ffe077;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe077;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 224, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 224, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe077; background: linear-gradient(135deg, #ffe077, #C3FF77);