#e6b686
a light, vivid orange · warm · closest name: tan
RGB
230, 182, 134
HSL
30°, 66%, 71%
CMYK
0, 21, 42, 10
Luminance
0.5200
Every format
| HEX | #e6b686 |
| RGB | rgb(230, 182, 134) |
| HSL | hsl(30, 66%, 71%) |
| CMYK | cmyk(0%, 21%, 42%, 10%) |
| LAB | lab(77.3 11.2 31.0) |
| LCH | lch(77.3 33.0 70.2) |
| OKLCH | oklch(0.808 0.084 66.2) |
Copy-ready code
/* CSS */
color: #e6b686;
background-color: #e6b686;
/* Tailwind (arbitrary) */
class="text-[#e6b686] bg-[#e6b686]"
/* SCSS */
$brand: #e6b686;
/* SwiftUI */
Color(red: 0.902, green: 0.714, blue: 0.525)
/* Android */
Color.parseColor("#e6b686")Accessibility — WCAG contrast
Aa
#e6b686 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6b686 on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green71.4%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta20.9%
Yellow41.7%
Key (black)9.8%
Color previews
#e6b686 text on a black background
contrast 11.40:1
Card sample
#e6b686 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6b686;
Background color
Panel with #e6b686 background
background-color: #e6b686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6b686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 182, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 182, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6b686; background: linear-gradient(135deg, #e6b686, #D6E686);