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