#ffe8aa
a light, electric yellow · warm · closest name: khaki
RGB
255, 232, 170
HSL
44°, 100%, 83%
CMYK
0, 9, 33, 0
Luminance
0.8188
Every format
| HEX | #ffe8aa |
| RGB | rgb(255, 232, 170) |
| HSL | hsl(44, 100%, 83%) |
| CMYK | cmyk(0%, 9%, 33%, 0%) |
| LAB | lab(92.5 -0.9 33.1) |
| LCH | lch(92.5 33.1 91.6) |
| OKLCH | oklch(0.935 0.083 90.1) |
Copy-ready code
/* CSS */
color: #ffe8aa;
background-color: #ffe8aa;
/* Tailwind (arbitrary) */
class="text-[#ffe8aa] bg-[#ffe8aa]"
/* SCSS */
$brand: #ffe8aa;
/* SwiftUI */
Color(red: 1.000, green: 0.910, blue: 0.667)
/* Android */
Color.parseColor("#ffe8aa")Accessibility — WCAG contrast
Aa
#ffe8aa on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe8aa on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green91.0%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow33.3%
Key (black)0.0%
Color previews
#ffe8aa text on a black background
contrast 17.38:1
Card sample
#ffe8aa text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe8aa;
Background color
Panel with #ffe8aa background
background-color: #ffe8aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe8aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 232, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 232, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe8aa; background: linear-gradient(135deg, #ffe8aa, #DDFFAA);