#ebac8e
a light, vivid orange · warm · closest name: tan
RGB
235, 172, 142
HSL
19°, 70%, 74%
CMYK
0, 27, 40, 8
Luminance
0.4912
Every format
| HEX | #ebac8e |
| RGB | rgb(235, 172, 142) |
| HSL | hsl(19, 70%, 74%) |
| CMYK | cmyk(0%, 27%, 40%, 8%) |
| LAB | lab(75.5 19.3 24.5) |
| LCH | lch(75.5 31.2 51.7) |
| OKLCH | oklch(0.796 0.085 46.5) |
Copy-ready code
/* CSS */
color: #ebac8e;
background-color: #ebac8e;
/* Tailwind (arbitrary) */
class="text-[#ebac8e] bg-[#ebac8e]"
/* SCSS */
$brand: #ebac8e;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.557)
/* Android */
Color.parseColor("#ebac8e")Accessibility — WCAG contrast
Aa
#ebac8e on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebac8e on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow39.6%
Key (black)7.8%
Color previews
#ebac8e text on a black background
contrast 10.82:1
Card sample
#ebac8e text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebac8e;
Background color
Panel with #ebac8e background
background-color: #ebac8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebac8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebac8e; background: linear-gradient(135deg, #ebac8e, #EBEA8E);