#e2cfbf
a light, soft orange · warm · closest name: silver
RGB
226, 207, 191
HSL
27°, 38%, 82%
CMYK
0, 8, 16, 11
Luminance
0.6456
Every format
| HEX | #e2cfbf |
| RGB | rgb(226, 207, 191) |
| HSL | hsl(27, 38%, 82%) |
| CMYK | cmyk(0%, 8%, 16%, 11%) |
| LAB | lab(84.3 4.0 10.3) |
| LCH | lch(84.3 11.1 68.9) |
| OKLCH | oklch(0.866 0.030 62.5) |
Copy-ready code
/* CSS */
color: #e2cfbf;
background-color: #e2cfbf;
/* Tailwind (arbitrary) */
class="text-[#e2cfbf] bg-[#e2cfbf]"
/* SCSS */
$brand: #e2cfbf;
/* SwiftUI */
Color(red: 0.886, green: 0.812, blue: 0.749)
/* Android */
Color.parseColor("#e2cfbf")Accessibility — WCAG contrast
Aa
#e2cfbf on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2cfbf on black: 13.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green81.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow15.5%
Key (black)11.4%
Color previews
#e2cfbf text on a black background
contrast 13.91:1
Card sample
#e2cfbf text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2cfbf;
Background color
Panel with #e2cfbf background
background-color: #e2cfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2cfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 207, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 207, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2cfbf; background: linear-gradient(135deg, #e2cfbf, #DEE2BF);