#ebbdad
a light, vivid orange · warm · closest name: tan
RGB
235, 189, 173
HSL
16°, 61%, 80%
CMYK
0, 20, 26, 8
Luminance
0.5707
Every format
| HEX | #ebbdad |
| RGB | rgb(235, 189, 173) |
| HSL | hsl(16, 61%, 80%) |
| CMYK | cmyk(0%, 20%, 26%, 8%) |
| LAB | lab(80.2 14.2 14.3) |
| LCH | lch(80.2 20.2 45.3) |
| OKLCH | oklch(0.835 0.058 40.1) |
Copy-ready code
/* CSS */
color: #ebbdad;
background-color: #ebbdad;
/* Tailwind (arbitrary) */
class="text-[#ebbdad] bg-[#ebbdad]"
/* SCSS */
$brand: #ebbdad;
/* SwiftUI */
Color(red: 0.922, green: 0.741, blue: 0.678)
/* Android */
Color.parseColor("#ebbdad")Accessibility — WCAG contrast
Aa
#ebbdad on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebbdad on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green74.1%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow26.4%
Key (black)7.8%
Color previews
#ebbdad text on a black background
contrast 12.41:1
Card sample
#ebbdad text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebbdad;
Background color
Panel with #ebbdad background
background-color: #ebbdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebbdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 189, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 189, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebbdad; background: linear-gradient(135deg, #ebbdad, #EBE6AD);