#ebda7b
a light, vivid yellow · cool · closest name: khaki
RGB
235, 218, 123
HSL
51°, 74%, 70%
CMYK
0, 7, 48, 8
Luminance
0.6924
Every format
| HEX | #ebda7b |
| RGB | rgb(235, 218, 123) |
| HSL | hsl(51, 74%, 70%) |
| CMYK | cmyk(0%, 7%, 48%, 8%) |
| LAB | lab(86.6 -6.6 48.6) |
| LCH | lch(86.6 49.0 97.7) |
| OKLCH | oklch(0.882 0.118 99.4) |
Copy-ready code
/* CSS */
color: #ebda7b;
background-color: #ebda7b;
/* Tailwind (arbitrary) */
class="text-[#ebda7b] bg-[#ebda7b]"
/* SCSS */
$brand: #ebda7b;
/* SwiftUI */
Color(red: 0.922, green: 0.855, blue: 0.482)
/* Android */
Color.parseColor("#ebda7b")Accessibility — WCAG contrast
Aa
#ebda7b on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebda7b on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.5%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta7.2%
Yellow47.7%
Key (black)7.8%
Color previews
#ebda7b text on a black background
contrast 14.85:1
Card sample
#ebda7b text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebda7b;
Background color
Panel with #ebda7b background
background-color: #ebda7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebda7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 218, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 218, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebda7b; background: linear-gradient(135deg, #ebda7b, #B1EB7B);