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