#ebdc8f
a light, vivid yellow · cool · closest name: khaki
RGB
235, 220, 143
HSL
50°, 70%, 74%
CMYK
0, 6, 39, 8
Luminance
0.7083
Every format
| HEX | #ebdc8f |
| RGB | rgb(235, 220, 143) |
| HSL | hsl(50, 70%, 74%) |
| CMYK | cmyk(0%, 6%, 39%, 8%) |
| LAB | lab(87.4 -5.6 39.7) |
| LCH | lch(87.4 40.1 98.0) |
| OKLCH | oklch(0.889 0.098 98.5) |
Copy-ready code
/* CSS */
color: #ebdc8f;
background-color: #ebdc8f;
/* Tailwind (arbitrary) */
class="text-[#ebdc8f] bg-[#ebdc8f]"
/* SCSS */
$brand: #ebdc8f;
/* SwiftUI */
Color(red: 0.922, green: 0.863, blue: 0.561)
/* Android */
Color.parseColor("#ebdc8f")Accessibility — WCAG contrast
Aa
#ebdc8f on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdc8f on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green86.3%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow39.1%
Key (black)7.8%
Color previews
#ebdc8f text on a black background
contrast 15.17:1
Card sample
#ebdc8f text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdc8f;
Background color
Panel with #ebdc8f background
background-color: #ebdc8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdc8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 220, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 220, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdc8f; background: linear-gradient(135deg, #ebdc8f, #BDEB8F);