#e3cebf
a light, soft orange · warm · closest name: silver
RGB
227, 206, 191
HSL
25°, 39%, 82%
CMYK
0, 9, 16, 11
Luminance
0.6424
Every format
| HEX | #e3cebf |
| RGB | rgb(227, 206, 191) |
| HSL | hsl(25, 39%, 82%) |
| CMYK | cmyk(0%, 9%, 16%, 11%) |
| LAB | lab(84.1 4.9 10.1) |
| LCH | lch(84.1 11.2 64.2) |
| OKLCH | oklch(0.865 0.031 57.9) |
Copy-ready code
/* CSS */
color: #e3cebf;
background-color: #e3cebf;
/* Tailwind (arbitrary) */
class="text-[#e3cebf] bg-[#e3cebf]"
/* SCSS */
$brand: #e3cebf;
/* SwiftUI */
Color(red: 0.890, green: 0.808, blue: 0.749)
/* Android */
Color.parseColor("#e3cebf")Accessibility — WCAG contrast
Aa
#e3cebf on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3cebf on black: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green80.8%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow15.9%
Key (black)11.0%
Color previews
#e3cebf text on a black background
contrast 13.85:1
Card sample
#e3cebf text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3cebf;
Background color
Panel with #e3cebf background
background-color: #e3cebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3cebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 206, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 206, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3cebf; background: linear-gradient(135deg, #e3cebf, #E0E3BF);