#ebeca8
a light, vivid yellow · cool · closest name: khaki
RGB
235, 236, 168
HSL
61°, 64%, 79%
CMYK
0, 0, 29, 8
Luminance
0.8048
Every format
| HEX | #ebeca8 |
| RGB | rgb(235, 236, 168) |
| HSL | hsl(61, 64%, 79%) |
| CMYK | cmyk(0%, 0%, 29%, 8%) |
| LAB | lab(91.9 -10.7 33.0) |
| LCH | lch(91.9 34.7 108.0) |
| OKLCH | oklch(0.926 0.087 108.7) |
Copy-ready code
/* CSS */
color: #ebeca8;
background-color: #ebeca8;
/* Tailwind (arbitrary) */
class="text-[#ebeca8] bg-[#ebeca8]"
/* SCSS */
$brand: #ebeca8;
/* SwiftUI */
Color(red: 0.922, green: 0.925, blue: 0.659)
/* Android */
Color.parseColor("#ebeca8")Accessibility — WCAG contrast
Aa
#ebeca8 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebeca8 on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.5%
Blue65.9%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow28.8%
Key (black)7.5%
Color previews
#ebeca8 text on a black background
contrast 17.10:1
Card sample
#ebeca8 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebeca8;
Background color
Panel with #ebeca8 background
background-color: #ebeca8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebeca8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 236, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 236, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebeca8; background: linear-gradient(135deg, #ebeca8, #BEECA8);