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