#ebac77
a light, vivid orange · warm · closest name: tan
RGB
235, 172, 119
HSL
27°, 74%, 69%
CMYK
0, 27, 49, 8
Luminance
0.4850
Every format
| HEX | #ebac77 |
| RGB | rgb(235, 172, 119) |
| HSL | hsl(27, 74%, 69%) |
| CMYK | cmyk(0%, 27%, 49%, 8%) |
| LAB | lab(75.1 17.0 36.2) |
| LCH | lch(75.1 40.0 64.9) |
| OKLCH | oklch(0.792 0.101 60.7) |
Copy-ready code
/* CSS */
color: #ebac77;
background-color: #ebac77;
/* Tailwind (arbitrary) */
class="text-[#ebac77] bg-[#ebac77]"
/* SCSS */
$brand: #ebac77;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.467)
/* Android */
Color.parseColor("#ebac77")Accessibility — WCAG contrast
Aa
#ebac77 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebac77 on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow49.4%
Key (black)7.8%
Color previews
#ebac77 text on a black background
contrast 10.70:1
Card sample
#ebac77 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebac77;
Background color
Panel with #ebac77 background
background-color: #ebac77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebac77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebac77; background: linear-gradient(135deg, #ebac77, #DDEB77);