#e2ceaf
a light, vivid orange · warm · closest name: tan
RGB
226, 206, 175
HSL
37°, 47%, 79%
CMYK
0, 9, 23, 11
Luminance
0.6341
Every format
| HEX | #e2ceaf |
| RGB | rgb(226, 206, 175) |
| HSL | hsl(37, 47%, 79%) |
| CMYK | cmyk(0%, 9%, 23%, 11%) |
| LAB | lab(83.7 2.1 18.0) |
| LCH | lch(83.7 18.1 83.2) |
| OKLCH | oklch(0.860 0.047 78.8) |
Copy-ready code
/* CSS */
color: #e2ceaf;
background-color: #e2ceaf;
/* Tailwind (arbitrary) */
class="text-[#e2ceaf] bg-[#e2ceaf]"
/* SCSS */
$brand: #e2ceaf;
/* SwiftUI */
Color(red: 0.886, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#e2ceaf")Accessibility — WCAG contrast
Aa
#e2ceaf on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ceaf on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green80.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow22.6%
Key (black)11.4%
Color previews
#e2ceaf text on a black background
contrast 13.68:1
Card sample
#e2ceaf text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ceaf;
Background color
Panel with #e2ceaf background
background-color: #e2ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ceaf; background: linear-gradient(135deg, #e2ceaf, #D4E2AF);