#e7ceaf
a light, vivid orange · warm · closest name: tan
RGB
231, 206, 175
HSL
33°, 54%, 80%
CMYK
0, 11, 24, 9
Luminance
0.6423
Every format
| HEX | #e7ceaf |
| RGB | rgb(231, 206, 175) |
| HSL | hsl(33, 54%, 80%) |
| CMYK | cmyk(0%, 11%, 24%, 9%) |
| LAB | lab(84.1 4.0 18.6) |
| LCH | lch(84.1 19.1 77.9) |
| OKLCH | oklch(0.864 0.050 73.0) |
Copy-ready code
/* CSS */
color: #e7ceaf;
background-color: #e7ceaf;
/* Tailwind (arbitrary) */
class="text-[#e7ceaf] bg-[#e7ceaf]"
/* SCSS */
$brand: #e7ceaf;
/* SwiftUI */
Color(red: 0.906, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#e7ceaf")Accessibility — WCAG contrast
Aa
#e7ceaf on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7ceaf on black: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green80.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow24.2%
Key (black)9.4%
Color previews
#e7ceaf text on a black background
contrast 13.85:1
Card sample
#e7ceaf text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7ceaf;
Background color
Panel with #e7ceaf background
background-color: #e7ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7ceaf; background: linear-gradient(135deg, #e7ceaf, #DBE7AF);