#ebaa7f
a light, vivid orange · warm · closest name: tan
RGB
235, 170, 127
HSL
24°, 73%, 71%
CMYK
0, 28, 46, 8
Luminance
0.4794
Every format
| HEX | #ebaa7f |
| RGB | rgb(235, 170, 127) |
| HSL | hsl(24, 73%, 71%) |
| CMYK | cmyk(0%, 28%, 46%, 8%) |
| LAB | lab(74.8 18.8 31.6) |
| LCH | lch(74.8 36.8 59.2) |
| OKLCH | oklch(0.790 0.096 54.3) |
Copy-ready code
/* CSS */
color: #ebaa7f;
background-color: #ebaa7f;
/* Tailwind (arbitrary) */
class="text-[#ebaa7f] bg-[#ebaa7f]"
/* SCSS */
$brand: #ebaa7f;
/* SwiftUI */
Color(red: 0.922, green: 0.667, blue: 0.498)
/* Android */
Color.parseColor("#ebaa7f")Accessibility — WCAG contrast
Aa
#ebaa7f on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebaa7f on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green66.7%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow46.0%
Key (black)7.8%
Color previews
#ebaa7f text on a black background
contrast 10.59:1
Card sample
#ebaa7f text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebaa7f;
Background color
Panel with #ebaa7f background
background-color: #ebaa7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebaa7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 170, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 170, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebaa7f; background: linear-gradient(135deg, #ebaa7f, #E4EB7F);