#ebdc7b
a light, vivid yellow · cool · closest name: khaki
RGB
235, 220, 123
HSL
52°, 74%, 70%
CMYK
0, 6, 48, 8
Luminance
0.7028
Every format
| HEX | #ebdc7b |
| RGB | rgb(235, 220, 123) |
| HSL | hsl(52, 74%, 70%) |
| CMYK | cmyk(0%, 6%, 48%, 8%) |
| LAB | lab(87.1 -7.6 49.2) |
| LCH | lch(87.1 49.8 98.8) |
| OKLCH | oklch(0.886 0.120 100.6) |
Copy-ready code
/* CSS */
color: #ebdc7b;
background-color: #ebdc7b;
/* Tailwind (arbitrary) */
class="text-[#ebdc7b] bg-[#ebdc7b]"
/* SCSS */
$brand: #ebdc7b;
/* SwiftUI */
Color(red: 0.922, green: 0.863, blue: 0.482)
/* Android */
Color.parseColor("#ebdc7b")Accessibility — WCAG contrast
Aa
#ebdc7b on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdc7b on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green86.3%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow47.7%
Key (black)7.8%
Color previews
#ebdc7b text on a black background
contrast 15.06:1
Card sample
#ebdc7b text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdc7b;
Background color
Panel with #ebdc7b background
background-color: #ebdc7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdc7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 220, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 220, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdc7b; background: linear-gradient(135deg, #ebdc7b, #AFEB7B);