#ebedae
a light, vivid yellow · cool · closest name: khaki
RGB
235, 237, 174
HSL
62°, 64%, 81%
CMYK
1, 0, 27, 7
Luminance
0.8129
Every format
| HEX | #ebedae |
| RGB | rgb(235, 237, 174) |
| HSL | hsl(62, 64%, 81%) |
| CMYK | cmyk(1%, 0%, 27%, 7%) |
| LAB | lab(92.3 -10.4 30.4) |
| LCH | lch(92.3 32.1 109.0) |
| OKLCH | oklch(0.930 0.081 109.4) |
Copy-ready code
/* CSS */
color: #ebedae;
background-color: #ebedae;
/* Tailwind (arbitrary) */
class="text-[#ebedae] bg-[#ebedae]"
/* SCSS */
$brand: #ebedae;
/* SwiftUI */
Color(red: 0.922, green: 0.929, blue: 0.682)
/* Android */
Color.parseColor("#ebedae")Accessibility — WCAG contrast
Aa
#ebedae on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebedae on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.9%
Blue68.2%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow26.6%
Key (black)7.1%
Color previews
#ebedae text on a black background
contrast 17.26:1
Card sample
#ebedae text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebedae;
Background color
Panel with #ebedae background
background-color: #ebedae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebedae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 237, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 237, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebedae; background: linear-gradient(135deg, #ebedae, #C1EDAE);