#ebeead
a light, vivid yellow · cool · closest name: khaki
RGB
235, 238, 173
HSL
63°, 66%, 81%
CMYK
1, 0, 27, 7
Luminance
0.8183
Every format
| HEX | #ebeead |
| RGB | rgb(235, 238, 173) |
| HSL | hsl(63, 66%, 81%) |
| CMYK | cmyk(1%, 0%, 27%, 7%) |
| LAB | lab(92.5 -11.1 31.2) |
| LCH | lch(92.5 33.1 109.5) |
| OKLCH | oklch(0.931 0.084 110.1) |
Copy-ready code
/* CSS */
color: #ebeead;
background-color: #ebeead;
/* Tailwind (arbitrary) */
class="text-[#ebeead] bg-[#ebeead]"
/* SCSS */
$brand: #ebeead;
/* SwiftUI */
Color(red: 0.922, green: 0.933, blue: 0.678)
/* Android */
Color.parseColor("#ebeead")Accessibility — WCAG contrast
Aa
#ebeead on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebeead on black: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green93.3%
Blue67.8%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow27.3%
Key (black)6.7%
Color previews
#ebeead text on a black background
contrast 17.37:1
Card sample
#ebeead text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebeead;
Background color
Panel with #ebeead background
background-color: #ebeead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebeead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 238, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 238, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebeead; background: linear-gradient(135deg, #ebeead, #C0EEAD);