#e3ccc2
a light, soft orange · warm · closest name: silver
RGB
227, 204, 194
HSL
18°, 37%, 83%
CMYK
0, 10, 15, 11
Luminance
0.6341
Every format
| HEX | #e3ccc2 |
| RGB | rgb(227, 204, 194) |
| HSL | hsl(18, 37%, 83%) |
| CMYK | cmyk(0%, 10%, 15%, 11%) |
| LAB | lab(83.7 6.4 7.9) |
| LCH | lch(83.7 10.2 51.0) |
| OKLCH | oklch(0.862 0.029 45.0) |
Copy-ready code
/* CSS */
color: #e3ccc2;
background-color: #e3ccc2;
/* Tailwind (arbitrary) */
class="text-[#e3ccc2] bg-[#e3ccc2]"
/* SCSS */
$brand: #e3ccc2;
/* SwiftUI */
Color(red: 0.890, green: 0.800, blue: 0.761)
/* Android */
Color.parseColor("#e3ccc2")Accessibility — WCAG contrast
Aa
#e3ccc2 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3ccc2 on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green80.0%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow14.5%
Key (black)11.0%
Color previews
#e3ccc2 text on a black background
contrast 13.68:1
Card sample
#e3ccc2 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3ccc2;
Background color
Panel with #e3ccc2 background
background-color: #e3ccc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3ccc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 204, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 204, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3ccc2; background: linear-gradient(135deg, #e3ccc2, #E3E2C2);