#ecbf38
a balanced, electric yellow · cool · closest name: gold
RGB
236, 191, 56
HSL
45°, 83%, 57%
CMYK
0, 19, 76, 8
Luminance
0.5538
Every format
| HEX | #ecbf38 |
| RGB | rgb(236, 191, 56) |
| HSL | hsl(45, 83%, 57%) |
| CMYK | cmyk(0%, 19%, 76%, 8%) |
| LAB | lab(79.3 3.4 69.5) |
| LCH | lch(79.3 69.5 87.2) |
| OKLCH | oklch(0.823 0.152 89.3) |
Copy-ready code
/* CSS */
color: #ecbf38;
background-color: #ecbf38;
/* Tailwind (arbitrary) */
class="text-[#ecbf38] bg-[#ecbf38]"
/* SCSS */
$brand: #ecbf38;
/* SwiftUI */
Color(red: 0.925, green: 0.749, blue: 0.220)
/* Android */
Color.parseColor("#ecbf38")Accessibility — WCAG contrast
Aa
#ecbf38 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecbf38 on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green74.9%
Blue22.0%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow76.3%
Key (black)7.5%
Color previews
#ecbf38 text on a black background
contrast 12.08:1
Card sample
#ecbf38 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecbf38;
Background color
Panel with #ecbf38 background
background-color: #ecbf38;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecbf38;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 191, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 191, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecbf38; background: linear-gradient(135deg, #ecbf38, #A1EC38);