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