#ecec5f
a balanced, electric yellow · cool · closest name: khaki
RGB
236, 236, 95
HSL
60°, 79%, 65%
CMYK
0, 0, 60, 8
Luminance
0.7865
Every format
| HEX | #ecec5f |
| RGB | rgb(236, 236, 95) |
| HSL | hsl(60, 79%, 65%) |
| CMYK | cmyk(0%, 0%, 60%, 8%) |
| LAB | lab(91.1 -17.3 66.4) |
| LCH | lch(91.1 68.6 104.6) |
| OKLCH | oklch(0.917 0.161 109.2) |
Copy-ready code
/* CSS */
color: #ecec5f;
background-color: #ecec5f;
/* Tailwind (arbitrary) */
class="text-[#ecec5f] bg-[#ecec5f]"
/* SCSS */
$brand: #ecec5f;
/* SwiftUI */
Color(red: 0.925, green: 0.925, blue: 0.373)
/* Android */
Color.parseColor("#ecec5f")Accessibility — WCAG contrast
Aa
#ecec5f on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecec5f on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green92.5%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow59.7%
Key (black)7.5%
Color previews
#ecec5f text on a black background
contrast 16.73:1
Card sample
#ecec5f text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecec5f;
Background color
Panel with #ecec5f background
background-color: #ecec5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecec5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 236, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 236, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecec5f; background: linear-gradient(135deg, #ecec5f, #8EEC5F);