#ececc8
a pale, vivid yellow · cool · closest name: beige
RGB
236, 236, 200
HSL
60°, 49%, 86%
CMYK
0, 0, 15, 8
Luminance
0.8199
Every format
| HEX | #ececc8 |
| RGB | rgb(236, 236, 200) |
| HSL | hsl(60, 49%, 86%) |
| CMYK | cmyk(0%, 0%, 15%, 8%) |
| LAB | lab(92.6 -5.9 17.5) |
| LCH | lch(92.6 18.5 108.7) |
| OKLCH | oklch(0.934 0.047 107.3) |
Copy-ready code
/* CSS */
color: #ececc8;
background-color: #ececc8;
/* Tailwind (arbitrary) */
class="text-[#ececc8] bg-[#ececc8]"
/* SCSS */
$brand: #ececc8;
/* SwiftUI */
Color(red: 0.925, green: 0.925, blue: 0.784)
/* Android */
Color.parseColor("#ececc8")Accessibility — WCAG contrast
Aa
#ececc8 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ececc8 on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green92.5%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow15.3%
Key (black)7.5%
Color previews
#ececc8 text on a black background
contrast 17.40:1
Card sample
#ececc8 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ececc8;
Background color
Panel with #ececc8 background
background-color: #ececc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ececc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 236, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 236, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ececc8; background: linear-gradient(135deg, #ececc8, #D4ECC8);