#ebdf7f
a light, vivid yellow · cool · closest name: khaki
RGB
235, 223, 127
HSL
53°, 73%, 71%
CMYK
0, 5, 46, 8
Luminance
0.7197
Every format
| HEX | #ebdf7f |
| RGB | rgb(235, 223, 127) |
| HSL | hsl(53, 73%, 71%) |
| CMYK | cmyk(0%, 5%, 46%, 8%) |
| LAB | lab(88.0 -8.7 48.3) |
| LCH | lch(88.0 49.0 100.3) |
| OKLCH | oklch(0.893 0.118 102.2) |
Copy-ready code
/* CSS */
color: #ebdf7f;
background-color: #ebdf7f;
/* Tailwind (arbitrary) */
class="text-[#ebdf7f] bg-[#ebdf7f]"
/* SCSS */
$brand: #ebdf7f;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.498)
/* Android */
Color.parseColor("#ebdf7f")Accessibility — WCAG contrast
Aa
#ebdf7f on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdf7f on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow46.0%
Key (black)7.8%
Color previews
#ebdf7f text on a black background
contrast 15.39:1
Card sample
#ebdf7f text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdf7f;
Background color
Panel with #ebdf7f background
background-color: #ebdf7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdf7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdf7f; background: linear-gradient(135deg, #ebdf7f, #AFEB7F);