#ebdb5f
a balanced, electric yellow · cool · closest name: khaki
RGB
235, 219, 95
HSL
53°, 78%, 65%
CMYK
0, 7, 60, 8
Luminance
0.6915
Every format
| HEX | #ebdb5f |
| RGB | rgb(235, 219, 95) |
| HSL | hsl(53, 78%, 65%) |
| CMYK | cmyk(0%, 7%, 60%, 8%) |
| LAB | lab(86.6 -9.3 61.5) |
| LCH | lch(86.6 62.1 98.6) |
| OKLCH | oklch(0.881 0.144 102.0) |
Copy-ready code
/* CSS */
color: #ebdb5f;
background-color: #ebdb5f;
/* Tailwind (arbitrary) */
class="text-[#ebdb5f] bg-[#ebdb5f]"
/* SCSS */
$brand: #ebdb5f;
/* SwiftUI */
Color(red: 0.922, green: 0.859, blue: 0.373)
/* Android */
Color.parseColor("#ebdb5f")Accessibility — WCAG contrast
Aa
#ebdb5f on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdb5f on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green85.9%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow59.6%
Key (black)7.8%
Color previews
#ebdb5f text on a black background
contrast 14.83:1
Card sample
#ebdb5f text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdb5f;
Background color
Panel with #ebdb5f background
background-color: #ebdb5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdb5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 219, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 219, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdb5f; background: linear-gradient(135deg, #ebdb5f, #9EEB5F);