#eceace
a pale, soft yellow · cool · closest name: beige
RGB
236, 234, 206
HSL
56°, 44%, 87%
CMYK
0, 1, 13, 8
Luminance
0.8113
Every format
| HEX | #eceace |
| RGB | rgb(236, 234, 206) |
| HSL | hsl(56, 44%, 87%) |
| CMYK | cmyk(0%, 1%, 13%, 8%) |
| LAB | lab(92.2 -4.0 13.9) |
| LCH | lch(92.2 14.4 106.1) |
| OKLCH | oklch(0.931 0.037 103.7) |
Copy-ready code
/* CSS */
color: #eceace;
background-color: #eceace;
/* Tailwind (arbitrary) */
class="text-[#eceace] bg-[#eceace]"
/* SCSS */
$brand: #eceace;
/* SwiftUI */
Color(red: 0.925, green: 0.918, blue: 0.808)
/* Android */
Color.parseColor("#eceace")Accessibility — WCAG contrast
Aa
#eceace on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eceace on black: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green91.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow12.7%
Key (black)7.5%
Color previews
#eceace text on a black background
contrast 17.23:1
Card sample
#eceace text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eceace;
Background color
Panel with #eceace background
background-color: #eceace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eceace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 234, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 234, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eceace; background: linear-gradient(135deg, #eceace, #DAECCE);