#ffe477
a light, electric yellow · cool · closest name: khaki
RGB
255, 228, 119
HSL
48°, 100%, 73%
CMYK
0, 11, 53, 0
Luminance
0.7808
Every format
| HEX | #ffe477 |
| RGB | rgb(255, 228, 119) |
| HSL | hsl(48, 100%, 73%) |
| CMYK | cmyk(0%, 11%, 53%, 0%) |
| LAB | lab(90.8 -4.0 55.9) |
| LCH | lch(90.8 56.1 94.1) |
| OKLCH | oklch(0.919 0.132 95.7) |
Copy-ready code
/* CSS */
color: #ffe477;
background-color: #ffe477;
/* Tailwind (arbitrary) */
class="text-[#ffe477] bg-[#ffe477]"
/* SCSS */
$brand: #ffe477;
/* SwiftUI */
Color(red: 1.000, green: 0.894, blue: 0.467)
/* Android */
Color.parseColor("#ffe477")Accessibility — WCAG contrast
Aa
#ffe477 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe477 on black: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green89.4%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow53.3%
Key (black)0.0%
Color previews
#ffe477 text on a black background
contrast 16.62:1
Card sample
#ffe477 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe477;
Background color
Panel with #ffe477 background
background-color: #ffe477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 228, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 228, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe477; background: linear-gradient(135deg, #ffe477, #BFFF77);