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