#ebad8f
a light, vivid orange · warm · closest name: tan
RGB
235, 173, 143
HSL
20°, 70%, 74%
CMYK
0, 26, 39, 8
Luminance
0.4953
Every format
| HEX | #ebad8f |
| RGB | rgb(235, 173, 143) |
| HSL | hsl(20, 70%, 74%) |
| CMYK | cmyk(0%, 26%, 39%, 8%) |
| LAB | lab(75.8 18.9 24.3) |
| LCH | lch(75.8 30.8 52.1) |
| OKLCH | oklch(0.798 0.084 46.9) |
Copy-ready code
/* CSS */
color: #ebad8f;
background-color: #ebad8f;
/* Tailwind (arbitrary) */
class="text-[#ebad8f] bg-[#ebad8f]"
/* SCSS */
$brand: #ebad8f;
/* SwiftUI */
Color(red: 0.922, green: 0.678, blue: 0.561)
/* Android */
Color.parseColor("#ebad8f")Accessibility — WCAG contrast
Aa
#ebad8f on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebad8f on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow39.1%
Key (black)7.8%
Color previews
#ebad8f text on a black background
contrast 10.91:1
Card sample
#ebad8f text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebad8f;
Background color
Panel with #ebad8f background
background-color: #ebad8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebad8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 173, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 173, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebad8f; background: linear-gradient(135deg, #ebad8f, #EBEA8F);