#e2cabf
a light, soft orange · warm · closest name: silver
RGB
226, 202, 191
HSL
19°, 38%, 82%
CMYK
0, 11, 16, 11
Luminance
0.6217
Every format
| HEX | #e2cabf |
| RGB | rgb(226, 202, 191) |
| HSL | hsl(19, 38%, 82%) |
| CMYK | cmyk(0%, 11%, 16%, 11%) |
| LAB | lab(83.0 6.6 8.6) |
| LCH | lch(83.0 10.8 52.3) |
| OKLCH | oklch(0.856 0.031 46.2) |
Copy-ready code
/* CSS */
color: #e2cabf;
background-color: #e2cabf;
/* Tailwind (arbitrary) */
class="text-[#e2cabf] bg-[#e2cabf]"
/* SCSS */
$brand: #e2cabf;
/* SwiftUI */
Color(red: 0.886, green: 0.792, blue: 0.749)
/* Android */
Color.parseColor("#e2cabf")Accessibility — WCAG contrast
Aa
#e2cabf on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2cabf on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green79.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow15.5%
Key (black)11.4%
Color previews
#e2cabf text on a black background
contrast 13.43:1
Card sample
#e2cabf text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2cabf;
Background color
Panel with #e2cabf background
background-color: #e2cabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2cabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 202, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 202, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2cabf; background: linear-gradient(135deg, #e2cabf, #E2E1BF);