#ffe0a3
a light, electric orange · warm · closest name: khaki
RGB
255, 224, 163
HSL
40°, 100%, 82%
CMYK
0, 12, 36, 0
Luminance
0.7722
Every format
| HEX | #ffe0a3 |
| RGB | rgb(255, 224, 163) |
| HSL | hsl(40, 100%, 82%) |
| CMYK | cmyk(0%, 12%, 36%, 0%) |
| LAB | lab(90.4 2.3 33.8) |
| LCH | lch(90.4 33.9 86.1) |
| OKLCH | oklch(0.918 0.085 83.9) |
Copy-ready code
/* CSS */
color: #ffe0a3;
background-color: #ffe0a3;
/* Tailwind (arbitrary) */
class="text-[#ffe0a3] bg-[#ffe0a3]"
/* SCSS */
$brand: #ffe0a3;
/* SwiftUI */
Color(red: 1.000, green: 0.878, blue: 0.639)
/* Android */
Color.parseColor("#ffe0a3")Accessibility — WCAG contrast
Aa
#ffe0a3 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe0a3 on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.8%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow36.1%
Key (black)0.0%
Color previews
#ffe0a3 text on a black background
contrast 16.44:1
Card sample
#ffe0a3 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe0a3;
Background color
Panel with #ffe0a3 background
background-color: #ffe0a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe0a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 224, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 224, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe0a3; background: linear-gradient(135deg, #ffe0a3, #E1FFA3);