#ffe7a3
a light, electric yellow · warm · closest name: khaki
RGB
255, 231, 163
HSL
44°, 100%, 82%
CMYK
0, 9, 36, 0
Luminance
0.8106
Every format
| HEX | #ffe7a3 |
| RGB | rgb(255, 231, 163) |
| HSL | hsl(44, 100%, 82%) |
| CMYK | cmyk(0%, 9%, 36%, 0%) |
| LAB | lab(92.2 -1.3 36.1) |
| LCH | lch(92.2 36.1 92.0) |
| OKLCH | oklch(0.932 0.090 90.9) |
Copy-ready code
/* CSS */
color: #ffe7a3;
background-color: #ffe7a3;
/* Tailwind (arbitrary) */
class="text-[#ffe7a3] bg-[#ffe7a3]"
/* SCSS */
$brand: #ffe7a3;
/* SwiftUI */
Color(red: 1.000, green: 0.906, blue: 0.639)
/* Android */
Color.parseColor("#ffe7a3")Accessibility — WCAG contrast
Aa
#ffe7a3 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe7a3 on black: 17.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green90.6%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow36.1%
Key (black)0.0%
Color previews
#ffe7a3 text on a black background
contrast 17.21:1
Card sample
#ffe7a3 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe7a3;
Background color
Panel with #ffe7a3 background
background-color: #ffe7a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe7a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 231, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 231, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe7a3; background: linear-gradient(135deg, #ffe7a3, #DAFFA3);