#ebdb89
a light, vivid yellow · cool · closest name: khaki
RGB
235, 219, 137
HSL
50°, 71%, 73%
CMYK
0, 7, 42, 8
Luminance
0.7013
Every format
| HEX | #ebdb89 |
| RGB | rgb(235, 219, 137) |
| HSL | hsl(50, 71%, 73%) |
| CMYK | cmyk(0%, 7%, 42%, 8%) |
| LAB | lab(87.1 -5.7 42.2) |
| LCH | lch(87.1 42.6 97.7) |
| OKLCH | oklch(0.886 0.104 98.5) |
Copy-ready code
/* CSS */
color: #ebdb89;
background-color: #ebdb89;
/* Tailwind (arbitrary) */
class="text-[#ebdb89] bg-[#ebdb89]"
/* SCSS */
$brand: #ebdb89;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.537)
/* Android */
Color.parseColor("#ebdb89")Accessibility — WCAG contrast
Aa
#ebdb89 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdb89 on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow41.7%
Key (black)7.8%
Color previews
#ebdb89 text on a black background
contrast 15.03:1
Card sample
#ebdb89 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdb89;
Background color
Panel with #ebdb89 background
background-color: #ebdb89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdb89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdb89; background: linear-gradient(135deg, #ebdb89, #BAEB89);