#ebad7f
a light, vivid orange · warm · closest name: tan
RGB
235, 173, 127
HSL
26°, 73%, 71%
CMYK
0, 26, 46, 8
Luminance
0.4908
Every format
| HEX | #ebad7f |
| RGB | rgb(235, 173, 127) |
| HSL | hsl(26, 73%, 71%) |
| CMYK | cmyk(0%, 26%, 46%, 8%) |
| LAB | lab(75.5 17.2 32.5) |
| LCH | lch(75.5 36.8 62.1) |
| OKLCH | oklch(0.795 0.095 57.4) |
Copy-ready code
/* CSS */
color: #ebad7f;
background-color: #ebad7f;
/* Tailwind (arbitrary) */
class="text-[#ebad7f] bg-[#ebad7f]"
/* SCSS */
$brand: #ebad7f;
/* SwiftUI */
Color(red: 0.922, green: 0.678, blue: 0.498)
/* Android */
Color.parseColor("#ebad7f")Accessibility — WCAG contrast
Aa
#ebad7f on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebad7f on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.8%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow46.0%
Key (black)7.8%
Color previews
#ebad7f text on a black background
contrast 10.82:1
Card sample
#ebad7f text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebad7f;
Background color
Panel with #ebad7f background
background-color: #ebad7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebad7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 173, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 173, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebad7f; background: linear-gradient(135deg, #ebad7f, #E1EB7F);