#e2dcd2
a pale, soft orange · warm · closest name: beige
RGB
226, 220, 210
HSL
38°, 22%, 86%
CMYK
0, 3, 7, 11
Luminance
0.7201
Every format
| HEX | #e2dcd2 |
| RGB | rgb(226, 220, 210) |
| HSL | hsl(38, 22%, 86%) |
| CMYK | cmyk(0%, 3%, 7%, 11%) |
| LAB | lab(88.0 0.3 5.6) |
| LCH | lch(88.0 5.6 86.7) |
| OKLCH | oklch(0.896 0.015 80.7) |
Copy-ready code
/* CSS */
color: #e2dcd2;
background-color: #e2dcd2;
/* Tailwind (arbitrary) */
class="text-[#e2dcd2] bg-[#e2dcd2]"
/* SCSS */
$brand: #e2dcd2;
/* SwiftUI */
Color(red: 0.886, green: 0.863, blue: 0.824)
/* Android */
Color.parseColor("#e2dcd2")Accessibility — WCAG contrast
Aa
#e2dcd2 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2dcd2 on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green86.3%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta2.7%
Yellow7.1%
Key (black)11.4%
Color previews
#e2dcd2 text on a black background
contrast 15.40:1
Card sample
#e2dcd2 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2dcd2;
Background color
Panel with #e2dcd2 background
background-color: #e2dcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2dcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 220, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 220, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2dcd2; background: linear-gradient(135deg, #e2dcd2, #DDE2D2);