#ebac95
a light, vivid orange · warm · closest name: tan
RGB
235, 172, 149
HSL
16°, 68%, 75%
CMYK
0, 27, 37, 8
Luminance
0.4934
Every format
| HEX | #ebac95 |
| RGB | rgb(235, 172, 149) |
| HSL | hsl(16, 68%, 75%) |
| CMYK | cmyk(0%, 27%, 37%, 8%) |
| LAB | lab(75.7 20.1 20.9) |
| LCH | lch(75.7 29.1 46.1) |
| OKLCH | oklch(0.798 0.081 40.9) |
Copy-ready code
/* CSS */
color: #ebac95;
background-color: #ebac95;
/* Tailwind (arbitrary) */
class="text-[#ebac95] bg-[#ebac95]"
/* SCSS */
$brand: #ebac95;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.584)
/* Android */
Color.parseColor("#ebac95")Accessibility — WCAG contrast
Aa
#ebac95 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebac95 on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow36.6%
Key (black)7.8%
Color previews
#ebac95 text on a black background
contrast 10.87:1
Card sample
#ebac95 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebac95;
Background color
Panel with #ebac95 background
background-color: #ebac95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebac95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebac95; background: linear-gradient(135deg, #ebac95, #EBE595);