#e6ba97
a light, vivid orange · warm · closest name: tan
RGB
230, 186, 151
HSL
27°, 61%, 75%
CMYK
0, 19, 34, 10
Luminance
0.5418
Every format
| HEX | #e6ba97 |
| RGB | rgb(230, 186, 151) |
| HSL | hsl(27, 61%, 75%) |
| CMYK | cmyk(0%, 19%, 34%, 10%) |
| LAB | lab(78.6 11.0 23.7) |
| LCH | lch(78.6 26.2 65.1) |
| OKLCH | oklch(0.819 0.069 60.1) |
Copy-ready code
/* CSS */
color: #e6ba97;
background-color: #e6ba97;
/* Tailwind (arbitrary) */
class="text-[#e6ba97] bg-[#e6ba97]"
/* SCSS */
$brand: #e6ba97;
/* SwiftUI */
Color(red: 0.902, green: 0.729, blue: 0.592)
/* Android */
Color.parseColor("#e6ba97")Accessibility — WCAG contrast
Aa
#e6ba97 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6ba97 on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green72.9%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow34.3%
Key (black)9.8%
Color previews
#e6ba97 text on a black background
contrast 11.84:1
Card sample
#e6ba97 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6ba97;
Background color
Panel with #e6ba97 background
background-color: #e6ba97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6ba97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 186, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 186, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6ba97; background: linear-gradient(135deg, #e6ba97, #DDE697);