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