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