#ececa2
a light, vivid yellow · cool · closest name: khaki
RGB
236, 236, 162
HSL
60°, 66%, 78%
CMYK
0, 0, 31, 8
Luminance
0.8043
Every format
| HEX | #ececa2 |
| RGB | rgb(236, 236, 162) |
| HSL | hsl(60, 66%, 78%) |
| CMYK | cmyk(0%, 0%, 31%, 8%) |
| LAB | lab(91.9 -11.1 36.0) |
| LCH | lch(91.9 37.6 107.1) |
| OKLCH | oklch(0.926 0.094 108.1) |
Copy-ready code
/* CSS */
color: #ececa2;
background-color: #ececa2;
/* Tailwind (arbitrary) */
class="text-[#ececa2] bg-[#ececa2]"
/* SCSS */
$brand: #ececa2;
/* SwiftUI */
Color(red: 0.925, green: 0.925, blue: 0.635)
/* Android */
Color.parseColor("#ececa2")Accessibility — WCAG contrast
Aa
#ececa2 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ececa2 on black: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green92.5%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow31.4%
Key (black)7.5%
Color previews
#ececa2 text on a black background
contrast 17.09:1
Card sample
#ececa2 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ececa2;
Background color
Panel with #ececa2 background
background-color: #ececa2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ececa2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 236, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 236, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ececa2; background: linear-gradient(135deg, #ececa2, #BBECA2);