#ebac89
a light, vivid orange · warm · closest name: tan
RGB
235, 172, 137
HSL
21°, 71%, 73%
CMYK
0, 27, 42, 8
Luminance
0.4897
Every format
| HEX | #ebac89 |
| RGB | rgb(235, 172, 137) |
| HSL | hsl(21, 71%, 73%) |
| CMYK | cmyk(0%, 27%, 42%, 8%) |
| LAB | lab(75.4 18.8 27.1) |
| LCH | lch(75.4 33.0 55.2) |
| OKLCH | oklch(0.795 0.088 50.1) |
Copy-ready code
/* CSS */
color: #ebac89;
background-color: #ebac89;
/* Tailwind (arbitrary) */
class="text-[#ebac89] bg-[#ebac89]"
/* SCSS */
$brand: #ebac89;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.537)
/* Android */
Color.parseColor("#ebac89")Accessibility — WCAG contrast
Aa
#ebac89 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebac89 on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow41.7%
Key (black)7.8%
Color previews
#ebac89 text on a black background
contrast 10.79:1
Card sample
#ebac89 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebac89;
Background color
Panel with #ebac89 background
background-color: #ebac89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebac89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebac89; background: linear-gradient(135deg, #ebac89, #E9EB89);