#ebaa92
a light, vivid orange · warm · closest name: tan
RGB
235, 170, 146
HSL
16°, 69%, 75%
CMYK
0, 28, 38, 8
Luminance
0.4849
Every format
| HEX | #ebaa92 |
| RGB | rgb(235, 170, 146) |
| HSL | hsl(16, 69%, 75%) |
| CMYK | cmyk(0%, 28%, 38%, 8%) |
| LAB | lab(75.1 20.9 21.8) |
| LCH | lch(75.1 30.2 46.3) |
| OKLCH | oklch(0.793 0.084 41.1) |
Copy-ready code
/* CSS */
color: #ebaa92;
background-color: #ebaa92;
/* Tailwind (arbitrary) */
class="text-[#ebaa92] bg-[#ebaa92]"
/* SCSS */
$brand: #ebaa92;
/* SwiftUI */
Color(red: 0.922, green: 0.667, blue: 0.573)
/* Android */
Color.parseColor("#ebaa92")Accessibility — WCAG contrast
Aa
#ebaa92 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebaa92 on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green66.7%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow37.9%
Key (black)7.8%
Color previews
#ebaa92 text on a black background
contrast 10.70:1
Card sample
#ebaa92 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebaa92;
Background color
Panel with #ebaa92 background
background-color: #ebaa92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebaa92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 170, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 170, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebaa92; background: linear-gradient(135deg, #ebaa92, #EBE592);