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