#ebdf43
a balanced, electric yellow · cool · closest name: gold
RGB
235, 223, 67
HSL
56°, 81%, 59%
CMYK
0, 5, 72, 8
Luminance
0.7084
Every format
| HEX | #ebdf43 |
| RGB | rgb(235, 223, 67) |
| HSL | hsl(56, 81%, 59%) |
| CMYK | cmyk(0%, 5%, 72%, 8%) |
| LAB | lab(87.4 -12.9 73.3) |
| LCH | lch(87.4 74.5 100.0) |
| OKLCH | oklch(0.887 0.168 104.9) |
Copy-ready code
/* CSS */
color: #ebdf43;
background-color: #ebdf43;
/* Tailwind (arbitrary) */
class="text-[#ebdf43] bg-[#ebdf43]"
/* SCSS */
$brand: #ebdf43;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.263)
/* Android */
Color.parseColor("#ebdf43")Accessibility — WCAG contrast
Aa
#ebdf43 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdf43 on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow71.5%
Key (black)7.8%
Color previews
#ebdf43 text on a black background
contrast 15.17:1
Card sample
#ebdf43 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdf43;
Background color
Panel with #ebdf43 background
background-color: #ebdf43;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdf43;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdf43; background: linear-gradient(135deg, #ebdf43, #87EB43);