#eceb0e
a balanced, electric yellow · cool · closest name: yellow
RGB
236, 235, 14
HSL
60°, 89%, 49%
CMYK
0, 0, 94, 8
Luminance
0.7728
Every format
| HEX | #eceb0e |
| RGB | rgb(236, 235, 14) |
| HSL | hsl(60, 89%, 49%) |
| CMYK | cmyk(0%, 0%, 94%, 8%) |
| LAB | lab(90.5 -19.7 87.8) |
| LCH | lch(90.5 90.0 102.7) |
| OKLCH | oklch(0.911 0.197 109.4) |
Copy-ready code
/* CSS */
color: #eceb0e;
background-color: #eceb0e;
/* Tailwind (arbitrary) */
class="text-[#eceb0e] bg-[#eceb0e]"
/* SCSS */
$brand: #eceb0e;
/* SwiftUI */
Color(red: 0.925, green: 0.922, blue: 0.055)
/* Android */
Color.parseColor("#eceb0e")Accessibility — WCAG contrast
Aa
#eceb0e on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eceb0e on black: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green92.2%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow94.1%
Key (black)7.5%
Color previews
#eceb0e text on a black background
contrast 16.46:1
Card sample
#eceb0e text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eceb0e;
Background color
Panel with #eceb0e background
background-color: #eceb0e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eceb0e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 235, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 235, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eceb0e; background: linear-gradient(135deg, #eceb0e, #59EC0E);