#ebdf18
a balanced, electric yellow · cool · closest name: gold
RGB
235, 223, 24
HSL
57°, 84%, 51%
CMYK
0, 5, 90, 8
Luminance
0.7050
Every format
| HEX | #ebdf18 |
| RGB | rgb(235, 223, 24) |
| HSL | hsl(57, 84%, 51%) |
| CMYK | cmyk(0%, 5%, 90%, 8%) |
| LAB | lab(87.2 -14.2 84.1) |
| LCH | lch(87.2 85.3 99.6) |
| OKLCH | oklch(0.885 0.185 105.6) |
Copy-ready code
/* CSS */
color: #ebdf18;
background-color: #ebdf18;
/* Tailwind (arbitrary) */
class="text-[#ebdf18] bg-[#ebdf18]"
/* SCSS */
$brand: #ebdf18;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.094)
/* Android */
Color.parseColor("#ebdf18")Accessibility — WCAG contrast
Aa
#ebdf18 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdf18 on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow89.8%
Key (black)7.8%
Color previews
#ebdf18 text on a black background
contrast 15.10:1
Card sample
#ebdf18 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdf18;
Background color
Panel with #ebdf18 background
background-color: #ebdf18;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdf18;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdf18; background: linear-gradient(135deg, #ebdf18, #6AEB18);