#e8d2ab
a light, vivid orange · warm · closest name: tan
RGB
232, 210, 171
HSL
38°, 57%, 79%
CMYK
0, 10, 26, 9
Luminance
0.6619
Every format
| HEX | #e8d2ab |
| RGB | rgb(232, 210, 171) |
| HSL | hsl(38, 57%, 79%) |
| CMYK | cmyk(0%, 10%, 26%, 9%) |
| LAB | lab(85.1 1.8 22.1) |
| LCH | lch(85.1 22.2 85.5) |
| OKLCH | oklch(0.872 0.057 81.9) |
Copy-ready code
/* CSS */
color: #e8d2ab;
background-color: #e8d2ab;
/* Tailwind (arbitrary) */
class="text-[#e8d2ab] bg-[#e8d2ab]"
/* SCSS */
$brand: #e8d2ab;
/* SwiftUI */
Color(red: 0.910, green: 0.824, blue: 0.671)
/* Android */
Color.parseColor("#e8d2ab")Accessibility — WCAG contrast
Aa
#e8d2ab on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8d2ab on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green82.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta9.5%
Yellow26.3%
Key (black)9.0%
Color previews
#e8d2ab text on a black background
contrast 14.24:1
Card sample
#e8d2ab text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8d2ab;
Background color
Panel with #e8d2ab background
background-color: #e8d2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8d2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 210, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 210, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8d2ab; background: linear-gradient(135deg, #e8d2ab, #D5E8AB);