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