#eceb35
a balanced, electric yellow · cool · closest name: yellow
RGB
236, 235, 53
HSL
60°, 83%, 57%
CMYK
0, 0, 78, 8
Luminance
0.7751
Every format
| HEX | #eceb35 |
| RGB | rgb(236, 235, 53) |
| HSL | hsl(60, 83%, 57%) |
| CMYK | cmyk(0%, 0%, 78%, 8%) |
| LAB | lab(90.6 -18.9 80.6) |
| LCH | lch(90.6 82.8 103.2) |
| OKLCH | oklch(0.912 0.185 109.2) |
Copy-ready code
/* CSS */
color: #eceb35;
background-color: #eceb35;
/* Tailwind (arbitrary) */
class="text-[#eceb35] bg-[#eceb35]"
/* SCSS */
$brand: #eceb35;
/* SwiftUI */
Color(red: 0.925, green: 0.922, blue: 0.208)
/* Android */
Color.parseColor("#eceb35")Accessibility — WCAG contrast
Aa
#eceb35 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eceb35 on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green92.2%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow77.5%
Key (black)7.5%
Color previews
#eceb35 text on a black background
contrast 16.50:1
Card sample
#eceb35 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eceb35;
Background color
Panel with #eceb35 background
background-color: #eceb35;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eceb35;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 235, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 235, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eceb35; background: linear-gradient(135deg, #eceb35, #73EC35);