#ecee2f
a balanced, electric yellow · cool · closest name: yellow
RGB
236, 238, 47
HSL
61°, 85%, 56%
CMYK
1, 0, 80, 7
Luminance
0.7919
Every format
| HEX | #ecee2f |
| RGB | rgb(236, 238, 47) |
| HSL | hsl(61, 85%, 56%) |
| CMYK | cmyk(1%, 0%, 80%, 7%) |
| LAB | lab(91.3 -20.5 82.9) |
| LCH | lch(91.3 85.4 103.9) |
| OKLCH | oklch(0.918 0.191 110.3) |
Copy-ready code
/* CSS */
color: #ecee2f;
background-color: #ecee2f;
/* Tailwind (arbitrary) */
class="text-[#ecee2f] bg-[#ecee2f]"
/* SCSS */
$brand: #ecee2f;
/* SwiftUI */
Color(red: 0.925, green: 0.933, blue: 0.184)
/* Android */
Color.parseColor("#ecee2f")Accessibility — WCAG contrast
Aa
#ecee2f on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecee2f on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green93.3%
Blue18.4%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow80.3%
Key (black)6.7%
Color previews
#ecee2f text on a black background
contrast 16.84:1
Card sample
#ecee2f text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecee2f;
Background color
Panel with #ecee2f background
background-color: #ecee2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecee2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 238, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 238, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecee2f; background: linear-gradient(135deg, #ecee2f, #6DEE2F);