#ebdf6c
a light, electric yellow · cool · closest name: khaki
RGB
235, 223, 108
HSL
54°, 76%, 67%
CMYK
0, 5, 54, 8
Luminance
0.7152
Every format
| HEX | #ebdf6c |
| RGB | rgb(235, 223, 108) |
| HSL | hsl(54, 76%, 67%) |
| CMYK | cmyk(0%, 5%, 54%, 8%) |
| LAB | lab(87.7 -10.4 57.0) |
| LCH | lch(87.7 57.9 100.3) |
| OKLCH | oklch(0.891 0.137 103.4) |
Copy-ready code
/* CSS */
color: #ebdf6c;
background-color: #ebdf6c;
/* Tailwind (arbitrary) */
class="text-[#ebdf6c] bg-[#ebdf6c]"
/* SCSS */
$brand: #ebdf6c;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.424)
/* Android */
Color.parseColor("#ebdf6c")Accessibility — WCAG contrast
Aa
#ebdf6c on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdf6c on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow54.0%
Key (black)7.8%
Color previews
#ebdf6c text on a black background
contrast 15.30:1
Card sample
#ebdf6c text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdf6c;
Background color
Panel with #ebdf6c background
background-color: #ebdf6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdf6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdf6c; background: linear-gradient(135deg, #ebdf6c, #A3EB6C);