#e2cfb2
a light, vivid orange · warm · closest name: tan
RGB
226, 207, 178
HSL
36°, 45%, 79%
CMYK
0, 8, 21, 11
Luminance
0.6401
Every format
| HEX | #e2cfb2 |
| RGB | rgb(226, 207, 178) |
| HSL | hsl(36, 45%, 79%) |
| CMYK | cmyk(0%, 8%, 21%, 11%) |
| LAB | lab(84.0 2.0 16.8) |
| LCH | lch(84.0 16.9 83.1) |
| OKLCH | oklch(0.863 0.044 78.5) |
Copy-ready code
/* CSS */
color: #e2cfb2;
background-color: #e2cfb2;
/* Tailwind (arbitrary) */
class="text-[#e2cfb2] bg-[#e2cfb2]"
/* SCSS */
$brand: #e2cfb2;
/* SwiftUI */
Color(red: 0.886, green: 0.812, blue: 0.698)
/* Android */
Color.parseColor("#e2cfb2")Accessibility — WCAG contrast
Aa
#e2cfb2 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2cfb2 on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green81.2%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow21.2%
Key (black)11.4%
Color previews
#e2cfb2 text on a black background
contrast 13.80:1
Card sample
#e2cfb2 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2cfb2;
Background color
Panel with #e2cfb2 background
background-color: #e2cfb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2cfb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 207, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 207, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2cfb2; background: linear-gradient(135deg, #e2cfb2, #D5E2B2);