#ebdf78
a light, vivid yellow · cool · closest name: khaki
RGB
235, 223, 120
HSL
54°, 74%, 70%
CMYK
0, 5, 49, 8
Luminance
0.7179
Every format
| HEX | #ebdf78 |
| RGB | rgb(235, 223, 120) |
| HSL | hsl(54, 74%, 70%) |
| CMYK | cmyk(0%, 5%, 49%, 8%) |
| LAB | lab(87.9 -9.4 51.5) |
| LCH | lch(87.9 52.4 100.3) |
| OKLCH | oklch(0.892 0.126 102.7) |
Copy-ready code
/* CSS */
color: #ebdf78;
background-color: #ebdf78;
/* Tailwind (arbitrary) */
class="text-[#ebdf78] bg-[#ebdf78]"
/* SCSS */
$brand: #ebdf78;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.471)
/* Android */
Color.parseColor("#ebdf78")Accessibility — WCAG contrast
Aa
#ebdf78 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdf78 on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue47.1%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow48.9%
Key (black)7.8%
Color previews
#ebdf78 text on a black background
contrast 15.36:1
Card sample
#ebdf78 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdf78;
Background color
Panel with #ebdf78 background
background-color: #ebdf78;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdf78;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdf78; background: linear-gradient(135deg, #ebdf78, #AAEB78);