#ebaa90
a light, vivid orange · warm · closest name: tan
RGB
235, 170, 144
HSL
17°, 70%, 74%
CMYK
0, 28, 39, 8
Luminance
0.4843
Every format
| HEX | #ebaa90 |
| RGB | rgb(235, 170, 144) |
| HSL | hsl(17, 70%, 74%) |
| CMYK | cmyk(0%, 28%, 39%, 8%) |
| LAB | lab(75.1 20.6 22.9) |
| LCH | lch(75.1 30.8 47.9) |
| OKLCH | oklch(0.793 0.085 42.7) |
Copy-ready code
/* CSS */
color: #ebaa90;
background-color: #ebaa90;
/* Tailwind (arbitrary) */
class="text-[#ebaa90] bg-[#ebaa90]"
/* SCSS */
$brand: #ebaa90;
/* SwiftUI */
Color(red: 0.922, green: 0.667, blue: 0.565)
/* Android */
Color.parseColor("#ebaa90")Accessibility — WCAG contrast
Aa
#ebaa90 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebaa90 on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green66.7%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow38.7%
Key (black)7.8%
Color previews
#ebaa90 text on a black background
contrast 10.69:1
Card sample
#ebaa90 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebaa90;
Background color
Panel with #ebaa90 background
background-color: #ebaa90;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebaa90;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 170, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 170, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebaa90; background: linear-gradient(135deg, #ebaa90, #EBE790);