#ebdc0f
a balanced, electric yellow · cool · closest name: gold
RGB
235, 220, 15
HSL
56°, 88%, 49%
CMYK
0, 6, 94, 8
Luminance
0.6888
Every format
| HEX | #ebdc0f |
| RGB | rgb(235, 220, 15) |
| HSL | hsl(56, 88%, 49%) |
| CMYK | cmyk(0%, 6%, 94%, 8%) |
| LAB | lab(86.5 -12.8 84.7) |
| LCH | lch(86.5 85.6 98.6) |
| OKLCH | oklch(0.879 0.184 104.5) |
Copy-ready code
/* CSS */
color: #ebdc0f;
background-color: #ebdc0f;
/* Tailwind (arbitrary) */
class="text-[#ebdc0f] bg-[#ebdc0f]"
/* SCSS */
$brand: #ebdc0f;
/* SwiftUI */
Color(red: 0.922, green: 0.863, blue: 0.059)
/* Android */
Color.parseColor("#ebdc0f")Accessibility — WCAG contrast
Aa
#ebdc0f on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdc0f on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green86.3%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow93.6%
Key (black)7.8%
Color previews
#ebdc0f text on a black background
contrast 14.78:1
Card sample
#ebdc0f text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdc0f;
Background color
Panel with #ebdc0f background
background-color: #ebdc0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdc0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 220, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 220, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdc0f; background: linear-gradient(135deg, #ebdc0f, #67EB0F);