#ebaa89
a light, vivid orange · warm · closest name: tan
RGB
235, 170, 137
HSL
20°, 71%, 73%
CMYK
0, 28, 42, 8
Luminance
0.4822
Every format
| HEX | #ebaa89 |
| RGB | rgb(235, 170, 137) |
| HSL | hsl(20, 71%, 73%) |
| CMYK | cmyk(0%, 28%, 42%, 8%) |
| LAB | lab(75.0 19.9 26.4) |
| LCH | lch(75.0 33.1 53.1) |
| OKLCH | oklch(0.792 0.089 47.9) |
Copy-ready code
/* CSS */
color: #ebaa89;
background-color: #ebaa89;
/* Tailwind (arbitrary) */
class="text-[#ebaa89] bg-[#ebaa89]"
/* SCSS */
$brand: #ebaa89;
/* SwiftUI */
Color(red: 0.922, green: 0.667, blue: 0.537)
/* Android */
Color.parseColor("#ebaa89")Accessibility — WCAG contrast
Aa
#ebaa89 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebaa89 on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green66.7%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow41.7%
Key (black)7.8%
Color previews
#ebaa89 text on a black background
contrast 10.64:1
Card sample
#ebaa89 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebaa89;
Background color
Panel with #ebaa89 background
background-color: #ebaa89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebaa89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 170, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 170, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebaa89; background: linear-gradient(135deg, #ebaa89, #EBEB89);