#eceb42
a balanced, electric yellow · cool · closest name: yellow
RGB
236, 235, 66
HSL
60°, 82%, 59%
CMYK
0, 0, 72, 8
Luminance
0.7764
Every format
| HEX | #eceb42 |
| RGB | rgb(236, 235, 66) |
| HSL | hsl(60, 82%, 59%) |
| CMYK | cmyk(0%, 0%, 72%, 8%) |
| LAB | lab(90.6 -18.4 76.8) |
| LCH | lch(90.6 78.9 103.5) |
| OKLCH | oklch(0.913 0.179 109.1) |
Copy-ready code
/* CSS */
color: #eceb42;
background-color: #eceb42;
/* Tailwind (arbitrary) */
class="text-[#eceb42] bg-[#eceb42]"
/* SCSS */
$brand: #eceb42;
/* SwiftUI */
Color(red: 0.925, green: 0.922, blue: 0.259)
/* Android */
Color.parseColor("#eceb42")Accessibility — WCAG contrast
Aa
#eceb42 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eceb42 on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green92.2%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow72.0%
Key (black)7.5%
Color previews
#eceb42 text on a black background
contrast 16.53:1
Card sample
#eceb42 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eceb42;
Background color
Panel with #eceb42 background
background-color: #eceb42;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eceb42;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 235, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 235, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eceb42; background: linear-gradient(135deg, #eceb42, #7CEC42);