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