#ffe7ae
a light, electric yellow · warm · closest name: khaki
RGB
255, 231, 174
HSL
42°, 100%, 84%
CMYK
0, 9, 32, 0
Luminance
0.8147
Every format
| HEX | #ffe7ae |
| RGB | rgb(255, 231, 174) |
| HSL | hsl(42, 100%, 84%) |
| CMYK | cmyk(0%, 9%, 32%, 0%) |
| LAB | lab(92.3 0.0 30.8) |
| LCH | lch(92.3 30.8 89.9) |
| OKLCH | oklch(0.934 0.077 87.8) |
Copy-ready code
/* CSS */
color: #ffe7ae;
background-color: #ffe7ae;
/* Tailwind (arbitrary) */
class="text-[#ffe7ae] bg-[#ffe7ae]"
/* SCSS */
$brand: #ffe7ae;
/* SwiftUI */
Color(red: 1.000, green: 0.906, blue: 0.682)
/* Android */
Color.parseColor("#ffe7ae")Accessibility — WCAG contrast
Aa
#ffe7ae on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe7ae on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green90.6%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow31.8%
Key (black)0.0%
Color previews
#ffe7ae text on a black background
contrast 17.29:1
Card sample
#ffe7ae text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe7ae;
Background color
Panel with #ffe7ae background
background-color: #ffe7ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe7ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 231, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 231, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe7ae; background: linear-gradient(135deg, #ffe7ae, #E1FFAE);