#e2cfab
a light, vivid orange · warm · closest name: tan
RGB
226, 207, 171
HSL
39°, 49%, 78%
CMYK
0, 8, 24, 11
Luminance
0.6373
Every format
| HEX | #e2cfab |
| RGB | rgb(226, 207, 171) |
| HSL | hsl(39, 49%, 78%) |
| CMYK | cmyk(0%, 8%, 24%, 11%) |
| LAB | lab(83.8 1.1 20.3) |
| LCH | lch(83.8 20.4 87.0) |
| OKLCH | oklch(0.861 0.052 83.4) |
Copy-ready code
/* CSS */
color: #e2cfab;
background-color: #e2cfab;
/* Tailwind (arbitrary) */
class="text-[#e2cfab] bg-[#e2cfab]"
/* SCSS */
$brand: #e2cfab;
/* SwiftUI */
Color(red: 0.886, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#e2cfab")Accessibility — WCAG contrast
Aa
#e2cfab on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2cfab on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green81.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow24.3%
Key (black)11.4%
Color previews
#e2cfab text on a black background
contrast 13.75:1
Card sample
#e2cfab text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2cfab;
Background color
Panel with #e2cfab background
background-color: #e2cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2cfab; background: linear-gradient(135deg, #e2cfab, #D0E2AB);