#e9b864
a light, electric orange · warm · closest name: peru
RGB
233, 184, 100
HSL
38°, 75%, 65%
CMYK
0, 21, 57, 9
Luminance
0.5252
Every format
| HEX | #e9b864 |
| RGB | rgb(233, 184, 100) |
| HSL | hsl(38, 75%, 65%) |
| CMYK | cmyk(0%, 21%, 57%, 9%) |
| LAB | lab(77.6 8.2 48.8) |
| LCH | lch(77.6 49.5 80.4) |
| OKLCH | oklch(0.810 0.117 79.4) |
Copy-ready code
/* CSS */
color: #e9b864;
background-color: #e9b864;
/* Tailwind (arbitrary) */
class="text-[#e9b864] bg-[#e9b864]"
/* SCSS */
$brand: #e9b864;
/* SwiftUI */
Color(red: 0.914, green: 0.722, blue: 0.392)
/* Android */
Color.parseColor("#e9b864")Accessibility — WCAG contrast
Aa
#e9b864 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9b864 on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green72.2%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta21.0%
Yellow57.1%
Key (black)8.6%
Color previews
#e9b864 text on a black background
contrast 11.50:1
Card sample
#e9b864 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9b864;
Background color
Panel with #e9b864 background
background-color: #e9b864;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9b864;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 184, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 184, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9b864; background: linear-gradient(135deg, #e9b864, #C1E964);