#eacdbf
a light, vivid orange · warm · closest name: silver
RGB
234, 205, 191
HSL
20°, 51%, 83%
CMYK
0, 12, 18, 8
Luminance
0.6492
Every format
| HEX | #eacdbf |
| RGB | rgb(234, 205, 191) |
| HSL | hsl(20, 51%, 83%) |
| CMYK | cmyk(0%, 12%, 18%, 8%) |
| LAB | lab(84.4 8.0 10.7) |
| LCH | lch(84.4 13.3 53.4) |
| OKLCH | oklch(0.869 0.038 47.4) |
Copy-ready code
/* CSS */
color: #eacdbf;
background-color: #eacdbf;
/* Tailwind (arbitrary) */
class="text-[#eacdbf] bg-[#eacdbf]"
/* SCSS */
$brand: #eacdbf;
/* SwiftUI */
Color(red: 0.918, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#eacdbf")Accessibility — WCAG contrast
Aa
#eacdbf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eacdbf on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green80.4%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow18.4%
Key (black)8.2%
Color previews
#eacdbf text on a black background
contrast 13.98:1
Card sample
#eacdbf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eacdbf;
Background color
Panel with #eacdbf background
background-color: #eacdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eacdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eacdbf; background: linear-gradient(135deg, #eacdbf, #EAEABF);