#ebaa64
a light, electric orange · warm · closest name: peru
RGB
235, 170, 100
HSL
31°, 77%, 66%
CMYK
0, 28, 57, 8
Luminance
0.4733
Every format
| HEX | #ebaa64 |
| RGB | rgb(235, 170, 100) |
| HSL | hsl(31, 77%, 66%) |
| CMYK | cmyk(0%, 28%, 57%, 8%) |
| LAB | lab(74.4 16.5 45.1) |
| LCH | lch(74.4 48.0 69.9) |
| OKLCH | oklch(0.785 0.116 66.8) |
Copy-ready code
/* CSS */
color: #ebaa64;
background-color: #ebaa64;
/* Tailwind (arbitrary) */
class="text-[#ebaa64] bg-[#ebaa64]"
/* SCSS */
$brand: #ebaa64;
/* SwiftUI */
Color(red: 0.922, green: 0.667, blue: 0.392)
/* Android */
Color.parseColor("#ebaa64")Accessibility — WCAG contrast
Aa
#ebaa64 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebaa64 on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green66.7%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow57.4%
Key (black)7.8%
Color previews
#ebaa64 text on a black background
contrast 10.47:1
Card sample
#ebaa64 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebaa64;
Background color
Panel with #ebaa64 background
background-color: #ebaa64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebaa64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 170, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 170, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebaa64; background: linear-gradient(135deg, #ebaa64, #D2EB64);