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