#e2ccad
a light, vivid orange · warm · closest name: tan
RGB
226, 204, 173
HSL
35°, 48%, 78%
CMYK
0, 10, 24, 11
Luminance
0.6237
Every format
| HEX | #e2ccad |
| RGB | rgb(226, 204, 173) |
| HSL | hsl(35, 48%, 78%) |
| CMYK | cmyk(0%, 10%, 24%, 11%) |
| LAB | lab(83.1 2.9 18.3) |
| LCH | lch(83.1 18.5 81.0) |
| OKLCH | oklch(0.856 0.048 76.4) |
Copy-ready code
/* CSS */
color: #e2ccad;
background-color: #e2ccad;
/* Tailwind (arbitrary) */
class="text-[#e2ccad] bg-[#e2ccad]"
/* SCSS */
$brand: #e2ccad;
/* SwiftUI */
Color(red: 0.886, green: 0.800, blue: 0.678)
/* Android */
Color.parseColor("#e2ccad")Accessibility — WCAG contrast
Aa
#e2ccad on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ccad on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green80.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow23.5%
Key (black)11.4%
Color previews
#e2ccad text on a black background
contrast 13.47:1
Card sample
#e2ccad text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ccad;
Background color
Panel with #e2ccad background
background-color: #e2ccad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ccad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 204, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 204, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ccad; background: linear-gradient(135deg, #e2ccad, #D5E2AD);