#ebac80
a light, vivid orange · warm · closest name: tan
RGB
235, 172, 128
HSL
25°, 73%, 71%
CMYK
0, 27, 46, 8
Luminance
0.4873
Every format
| HEX | #ebac80 |
| RGB | rgb(235, 172, 128) |
| HSL | hsl(25, 73%, 71%) |
| CMYK | cmyk(0%, 27%, 46%, 8%) |
| LAB | lab(75.3 17.9 31.7) |
| LCH | lch(75.3 36.4 60.6) |
| OKLCH | oklch(0.794 0.094 55.8) |
Copy-ready code
/* CSS */
color: #ebac80;
background-color: #ebac80;
/* Tailwind (arbitrary) */
class="text-[#ebac80] bg-[#ebac80]"
/* SCSS */
$brand: #ebac80;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.502)
/* Android */
Color.parseColor("#ebac80")Accessibility — WCAG contrast
Aa
#ebac80 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebac80 on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow45.5%
Key (black)7.8%
Color previews
#ebac80 text on a black background
contrast 10.75:1
Card sample
#ebac80 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebac80;
Background color
Panel with #ebac80 background
background-color: #ebac80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebac80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebac80; background: linear-gradient(135deg, #ebac80, #E3EB80);