#e7cfab
a light, vivid orange · warm · closest name: tan
RGB
231, 207, 171
HSL
36°, 56%, 79%
CMYK
0, 10, 26, 9
Luminance
0.6455
Every format
| HEX | #e7cfab |
| RGB | rgb(231, 207, 171) |
| HSL | hsl(36, 56%, 79%) |
| CMYK | cmyk(0%, 10%, 26%, 9%) |
| LAB | lab(84.3 2.9 21.0) |
| LCH | lch(84.3 21.2 82.0) |
| OKLCH | oklch(0.865 0.055 77.9) |
Copy-ready code
/* CSS */
color: #e7cfab;
background-color: #e7cfab;
/* Tailwind (arbitrary) */
class="text-[#e7cfab] bg-[#e7cfab]"
/* SCSS */
$brand: #e7cfab;
/* SwiftUI */
Color(red: 0.906, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#e7cfab")Accessibility — WCAG contrast
Aa
#e7cfab on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7cfab on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green81.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta10.4%
Yellow26.0%
Key (black)9.4%
Color previews
#e7cfab text on a black background
contrast 13.91:1
Card sample
#e7cfab text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7cfab;
Background color
Panel with #e7cfab background
background-color: #e7cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7cfab; background: linear-gradient(135deg, #e7cfab, #D7E7AB);