#ebdc7f
a light, vivid yellow · cool · closest name: khaki
RGB
235, 220, 127
HSL
52°, 73%, 71%
CMYK
0, 6, 46, 8
Luminance
0.7038
Every format
| HEX | #ebdc7f |
| RGB | rgb(235, 220, 127) |
| HSL | hsl(52, 73%, 71%) |
| CMYK | cmyk(0%, 6%, 46%, 8%) |
| LAB | lab(87.2 -7.2 47.3) |
| LCH | lch(87.2 47.9 98.7) |
| OKLCH | oklch(0.887 0.116 100.3) |
Copy-ready code
/* CSS */
color: #ebdc7f;
background-color: #ebdc7f;
/* Tailwind (arbitrary) */
class="text-[#ebdc7f] bg-[#ebdc7f]"
/* SCSS */
$brand: #ebdc7f;
/* SwiftUI */
Color(red: 0.922, green: 0.863, blue: 0.498)
/* Android */
Color.parseColor("#ebdc7f")Accessibility — WCAG contrast
Aa
#ebdc7f on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdc7f on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green86.3%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow46.0%
Key (black)7.8%
Color previews
#ebdc7f text on a black background
contrast 15.08:1
Card sample
#ebdc7f text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdc7f;
Background color
Panel with #ebdc7f background
background-color: #ebdc7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdc7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 220, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 220, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdc7f; background: linear-gradient(135deg, #ebdc7f, #B2EB7F);