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