#ebac84
a light, vivid orange · warm · closest name: tan
RGB
235, 172, 132
HSL
23°, 72%, 72%
CMYK
0, 27, 44, 8
Luminance
0.4883
Every format
| HEX | #ebac84 |
| RGB | rgb(235, 172, 132) |
| HSL | hsl(23, 72%, 72%) |
| CMYK | cmyk(0%, 27%, 44%, 8%) |
| LAB | lab(75.3 18.3 29.6) |
| LCH | lch(75.3 34.8 58.4) |
| OKLCH | oklch(0.794 0.092 53.4) |
Copy-ready code
/* CSS */
color: #ebac84;
background-color: #ebac84;
/* Tailwind (arbitrary) */
class="text-[#ebac84] bg-[#ebac84]"
/* SCSS */
$brand: #ebac84;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.518)
/* Android */
Color.parseColor("#ebac84")Accessibility — WCAG contrast
Aa
#ebac84 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebac84 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow43.8%
Key (black)7.8%
Color previews
#ebac84 text on a black background
contrast 10.77:1
Card sample
#ebac84 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebac84;
Background color
Panel with #ebac84 background
background-color: #ebac84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebac84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebac84; background: linear-gradient(135deg, #ebac84, #E5EB84);