#e4cfab
a light, vivid orange · warm · closest name: tan
RGB
228, 207, 171
HSL
38°, 51%, 78%
CMYK
0, 9, 25, 11
Luminance
0.6406
Every format
| HEX | #e4cfab |
| RGB | rgb(228, 207, 171) |
| HSL | hsl(38, 51%, 78%) |
| CMYK | cmyk(0%, 9%, 25%, 11%) |
| LAB | lab(84.0 1.8 20.6) |
| LCH | lch(84.0 20.7 85.0) |
| OKLCH | oklch(0.863 0.053 81.1) |
Copy-ready code
/* CSS */
color: #e4cfab;
background-color: #e4cfab;
/* Tailwind (arbitrary) */
class="text-[#e4cfab] bg-[#e4cfab]"
/* SCSS */
$brand: #e4cfab;
/* SwiftUI */
Color(red: 0.894, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#e4cfab")Accessibility — WCAG contrast
Aa
#e4cfab on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4cfab on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green81.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow25.0%
Key (black)10.6%
Color previews
#e4cfab text on a black background
contrast 13.81:1
Card sample
#e4cfab text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4cfab;
Background color
Panel with #e4cfab background
background-color: #e4cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4cfab; background: linear-gradient(135deg, #e4cfab, #D3E4AB);