#ececbd
a light, vivid yellow · cool · closest name: beige
RGB
236, 236, 189
HSL
60°, 55%, 83%
CMYK
0, 0, 20, 8
Luminance
0.8150
Every format
| HEX | #ececbd |
| RGB | rgb(236, 236, 189) |
| HSL | hsl(60, 55%, 83%) |
| CMYK | cmyk(0%, 0%, 20%, 8%) |
| LAB | lab(92.3 -7.5 22.9) |
| LCH | lch(92.3 24.1 108.2) |
| OKLCH | oklch(0.931 0.061 107.5) |
Copy-ready code
/* CSS */
color: #ececbd;
background-color: #ececbd;
/* Tailwind (arbitrary) */
class="text-[#ececbd] bg-[#ececbd]"
/* SCSS */
$brand: #ececbd;
/* SwiftUI */
Color(red: 0.925, green: 0.925, blue: 0.741)
/* Android */
Color.parseColor("#ececbd")Accessibility — WCAG contrast
Aa
#ececbd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ececbd on black: 17.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green92.5%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow19.9%
Key (black)7.5%
Color previews
#ececbd text on a black background
contrast 17.30:1
Card sample
#ececbd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ececbd;
Background color
Panel with #ececbd background
background-color: #ececbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ececbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 236, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 236, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ececbd; background: linear-gradient(135deg, #ececbd, #CDECBD);