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