#ffe8ad
a light, electric yellow · warm · closest name: khaki
RGB
255, 232, 173
HSL
43°, 100%, 84%
CMYK
0, 9, 32, 0
Luminance
0.8199
Every format
| HEX | #ffe8ad |
| RGB | rgb(255, 232, 173) |
| HSL | hsl(43, 100%, 84%) |
| CMYK | cmyk(0%, 9%, 32%, 0%) |
| LAB | lab(92.6 -0.6 31.6) |
| LCH | lch(92.6 31.6 91.1) |
| OKLCH | oklch(0.936 0.079 89.2) |
Copy-ready code
/* CSS */
color: #ffe8ad;
background-color: #ffe8ad;
/* Tailwind (arbitrary) */
class="text-[#ffe8ad] bg-[#ffe8ad]"
/* SCSS */
$brand: #ffe8ad;
/* SwiftUI */
Color(red: 1.000, green: 0.910, blue: 0.678)
/* Android */
Color.parseColor("#ffe8ad")Accessibility — WCAG contrast
Aa
#ffe8ad on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe8ad on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green91.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow32.2%
Key (black)0.0%
Color previews
#ffe8ad text on a black background
contrast 17.40:1
Card sample
#ffe8ad text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe8ad;
Background color
Panel with #ffe8ad background
background-color: #ffe8ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe8ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 232, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 232, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe8ad; background: linear-gradient(135deg, #ffe8ad, #DFFFAD);