#e7d2ab
a light, vivid orange · warm · closest name: tan
RGB
231, 210, 171
HSL
39°, 56%, 79%
CMYK
0, 9, 26, 9
Luminance
0.6602
Every format
| HEX | #e7d2ab |
| RGB | rgb(231, 210, 171) |
| HSL | hsl(39, 56%, 79%) |
| CMYK | cmyk(0%, 9%, 26%, 9%) |
| LAB | lab(85.0 1.4 22.0) |
| LCH | lch(85.0 22.1 86.4) |
| OKLCH | oklch(0.871 0.057 82.9) |
Copy-ready code
/* CSS */
color: #e7d2ab;
background-color: #e7d2ab;
/* Tailwind (arbitrary) */
class="text-[#e7d2ab] bg-[#e7d2ab]"
/* SCSS */
$brand: #e7d2ab;
/* SwiftUI */
Color(red: 0.906, green: 0.824, blue: 0.671)
/* Android */
Color.parseColor("#e7d2ab")Accessibility — WCAG contrast
Aa
#e7d2ab on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7d2ab on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green82.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow26.0%
Key (black)9.4%
Color previews
#e7d2ab text on a black background
contrast 14.20:1
Card sample
#e7d2ab text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7d2ab;
Background color
Panel with #e7d2ab background
background-color: #e7d2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7d2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 210, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 210, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7d2ab; background: linear-gradient(135deg, #e7d2ab, #D4E7AB);