#e6cead
a light, vivid orange · warm · closest name: tan
RGB
230, 206, 173
HSL
35°, 53%, 79%
CMYK
0, 10, 25, 10
Luminance
0.6398
Every format
| HEX | #e6cead |
| RGB | rgb(230, 206, 173) |
| HSL | hsl(35, 53%, 79%) |
| CMYK | cmyk(0%, 10%, 25%, 10%) |
| LAB | lab(84.0 3.4 19.5) |
| LCH | lch(84.0 19.8 80.2) |
| OKLCH | oklch(0.863 0.051 75.7) |
Copy-ready code
/* CSS */
color: #e6cead;
background-color: #e6cead;
/* Tailwind (arbitrary) */
class="text-[#e6cead] bg-[#e6cead]"
/* SCSS */
$brand: #e6cead;
/* SwiftUI */
Color(red: 0.902, green: 0.808, blue: 0.678)
/* Android */
Color.parseColor("#e6cead")Accessibility — WCAG contrast
Aa
#e6cead on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6cead on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green80.8%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta10.4%
Yellow24.8%
Key (black)9.8%
Color previews
#e6cead text on a black background
contrast 13.80:1
Card sample
#e6cead text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6cead;
Background color
Panel with #e6cead background
background-color: #e6cead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6cead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 206, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 206, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6cead; background: linear-gradient(135deg, #e6cead, #D8E6AD);