#ebac6e
a light, electric orange · warm · closest name: peru
RGB
235, 172, 110
HSL
30°, 76%, 68%
CMYK
0, 27, 53, 8
Luminance
0.4829
Every format
| HEX | #ebac6e |
| RGB | rgb(235, 172, 110) |
| HSL | hsl(30, 76%, 68%) |
| CMYK | cmyk(0%, 27%, 53%, 8%) |
| LAB | lab(75.0 16.2 40.7) |
| LCH | lch(75.0 43.8 68.3) |
| OKLCH | oklch(0.791 0.108 64.7) |
Copy-ready code
/* CSS */
color: #ebac6e;
background-color: #ebac6e;
/* Tailwind (arbitrary) */
class="text-[#ebac6e] bg-[#ebac6e]"
/* SCSS */
$brand: #ebac6e;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.431)
/* Android */
Color.parseColor("#ebac6e")Accessibility — WCAG contrast
Aa
#ebac6e on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebac6e on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow53.2%
Key (black)7.8%
Color previews
#ebac6e text on a black background
contrast 10.66:1
Card sample
#ebac6e text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebac6e;
Background color
Panel with #ebac6e background
background-color: #ebac6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebac6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebac6e; background: linear-gradient(135deg, #ebac6e, #D7EB6E);