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