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