#e2cfb7
a light, soft orange · warm · closest name: tan
RGB
226, 207, 183
HSL
34°, 43%, 80%
CMYK
0, 8, 19, 11
Luminance
0.6421
Every format
| HEX | #e2cfb7 |
| RGB | rgb(226, 207, 183) |
| HSL | hsl(34, 43%, 80%) |
| CMYK | cmyk(0%, 8%, 19%, 11%) |
| LAB | lab(84.1 2.8 14.3) |
| LCH | lch(84.1 14.6 79.0) |
| OKLCH | oklch(0.864 0.039 73.7) |
Copy-ready code
/* CSS */
color: #e2cfb7;
background-color: #e2cfb7;
/* Tailwind (arbitrary) */
class="text-[#e2cfb7] bg-[#e2cfb7]"
/* SCSS */
$brand: #e2cfb7;
/* SwiftUI */
Color(red: 0.886, green: 0.812, blue: 0.718)
/* Android */
Color.parseColor("#e2cfb7")Accessibility — WCAG contrast
Aa
#e2cfb7 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2cfb7 on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green81.2%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow19.0%
Key (black)11.4%
Color previews
#e2cfb7 text on a black background
contrast 13.84:1
Card sample
#e2cfb7 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2cfb7;
Background color
Panel with #e2cfb7 background
background-color: #e2cfb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2cfb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 207, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 207, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2cfb7; background: linear-gradient(135deg, #e2cfb7, #D8E2B7);