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