#e6d2ab
a light, vivid orange · warm · closest name: tan
RGB
230, 210, 171
HSL
40°, 54%, 79%
CMYK
0, 9, 26, 10
Luminance
0.6586
Every format
| HEX | #e6d2ab |
| RGB | rgb(230, 210, 171) |
| HSL | hsl(40, 54%, 79%) |
| CMYK | cmyk(0%, 9%, 26%, 10%) |
| LAB | lab(84.9 1.0 21.9) |
| LCH | lch(84.9 21.9 87.4) |
| OKLCH | oklch(0.871 0.056 84.0) |
Copy-ready code
/* CSS */
color: #e6d2ab;
background-color: #e6d2ab;
/* Tailwind (arbitrary) */
class="text-[#e6d2ab] bg-[#e6d2ab]"
/* SCSS */
$brand: #e6d2ab;
/* SwiftUI */
Color(red: 0.902, green: 0.824, blue: 0.671)
/* Android */
Color.parseColor("#e6d2ab")Accessibility — WCAG contrast
Aa
#e6d2ab on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6d2ab on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green82.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow25.7%
Key (black)9.8%
Color previews
#e6d2ab text on a black background
contrast 14.17:1
Card sample
#e6d2ab text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6d2ab;
Background color
Panel with #e6d2ab background
background-color: #e6d2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6d2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 210, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 210, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6d2ab; background: linear-gradient(135deg, #e6d2ab, #D3E6AB);