#ebaa93
a light, vivid orange · warm · closest name: tan
RGB
235, 170, 147
HSL
16°, 69%, 75%
CMYK
0, 28, 37, 8
Luminance
0.4852
Every format
| HEX | #ebaa93 |
| RGB | rgb(235, 170, 147) |
| HSL | hsl(16, 69%, 75%) |
| CMYK | cmyk(0%, 28%, 37%, 8%) |
| LAB | lab(75.2 21.0 21.3) |
| LCH | lch(75.2 29.9 45.5) |
| OKLCH | oklch(0.794 0.084 40.3) |
Copy-ready code
/* CSS */
color: #ebaa93;
background-color: #ebaa93;
/* Tailwind (arbitrary) */
class="text-[#ebaa93] bg-[#ebaa93]"
/* SCSS */
$brand: #ebaa93;
/* SwiftUI */
Color(red: 0.922, green: 0.667, blue: 0.576)
/* Android */
Color.parseColor("#ebaa93")Accessibility — WCAG contrast
Aa
#ebaa93 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebaa93 on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green66.7%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow37.4%
Key (black)7.8%
Color previews
#ebaa93 text on a black background
contrast 10.70:1
Card sample
#ebaa93 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebaa93;
Background color
Panel with #ebaa93 background
background-color: #ebaa93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebaa93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 170, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 170, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebaa93; background: linear-gradient(135deg, #ebaa93, #EBE593);