#ffe899
a light, electric yellow · cool · closest name: khaki
RGB
255, 232, 153
HSL
47°, 100%, 80%
CMYK
0, 9, 40, 0
Luminance
0.8127
Every format
| HEX | #ffe899 |
| RGB | rgb(255, 232, 153) |
| HSL | hsl(47, 100%, 80%) |
| CMYK | cmyk(0%, 9%, 40%, 0%) |
| LAB | lab(92.3 -2.8 41.3) |
| LCH | lch(92.3 41.4 93.9) |
| OKLCH | oklch(0.932 0.101 93.8) |
Copy-ready code
/* CSS */
color: #ffe899;
background-color: #ffe899;
/* Tailwind (arbitrary) */
class="text-[#ffe899] bg-[#ffe899]"
/* SCSS */
$brand: #ffe899;
/* SwiftUI */
Color(red: 1.000, green: 0.910, blue: 0.600)
/* Android */
Color.parseColor("#ffe899")Accessibility — WCAG contrast
Aa
#ffe899 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe899 on black: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green91.0%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow40.0%
Key (black)0.0%
Color previews
#ffe899 text on a black background
contrast 17.25:1
Card sample
#ffe899 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe899;
Background color
Panel with #ffe899 background
background-color: #ffe899;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe899;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 232, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 232, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe899; background: linear-gradient(135deg, #ffe899, #D2FF99);