#e6ebaa
a light, vivid yellow · cool · closest name: khaki
RGB
230, 235, 170
HSL
65°, 62%, 79%
CMYK
2, 0, 28, 8
Luminance
0.7914
Every format
| HEX | #e6ebaa |
| RGB | rgb(230, 235, 170) |
| HSL | hsl(65, 62%, 79%) |
| CMYK | cmyk(2%, 0%, 28%, 8%) |
| LAB | lab(91.3 -11.8 31.1) |
| LCH | lch(91.3 33.3 110.8) |
| OKLCH | oklch(0.921 0.084 111.6) |
Copy-ready code
/* CSS */
color: #e6ebaa;
background-color: #e6ebaa;
/* Tailwind (arbitrary) */
class="text-[#e6ebaa] bg-[#e6ebaa]"
/* SCSS */
$brand: #e6ebaa;
/* SwiftUI */
Color(red: 0.902, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#e6ebaa")Accessibility — WCAG contrast
Aa
#e6ebaa on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6ebaa on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green92.2%
Blue66.7%
CMYK percentages
Cyan2.1%
Magenta0.0%
Yellow27.7%
Key (black)7.8%
Color previews
#e6ebaa text on a black background
contrast 16.83:1
Card sample
#e6ebaa text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6ebaa;
Background color
Panel with #e6ebaa background
background-color: #e6ebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6ebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6ebaa; background: linear-gradient(135deg, #e6ebaa, #BBEBAA);