#ebdf5b
a balanced, electric yellow · cool · closest name: khaki
RGB
235, 223, 91
HSL
55°, 78%, 64%
CMYK
0, 5, 61, 8
Luminance
0.7119
Every format
| HEX | #ebdf5b |
| RGB | rgb(235, 223, 91) |
| HSL | hsl(55, 78%, 64%) |
| CMYK | cmyk(0%, 5%, 61%, 8%) |
| LAB | lab(87.6 -11.6 64.3) |
| LCH | lch(87.6 65.3 100.2) |
| OKLCH | oklch(0.889 0.151 104.1) |
Copy-ready code
/* CSS */
color: #ebdf5b;
background-color: #ebdf5b;
/* Tailwind (arbitrary) */
class="text-[#ebdf5b] bg-[#ebdf5b]"
/* SCSS */
$brand: #ebdf5b;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.357)
/* Android */
Color.parseColor("#ebdf5b")Accessibility — WCAG contrast
Aa
#ebdf5b on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdf5b on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow61.3%
Key (black)7.8%
Color previews
#ebdf5b text on a black background
contrast 15.24:1
Card sample
#ebdf5b text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdf5b;
Background color
Panel with #ebdf5b background
background-color: #ebdf5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdf5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdf5b; background: linear-gradient(135deg, #ebdf5b, #97EB5B);