#aec310
a dark, electric yellow · cool · closest name: gold
RGB
174, 195, 16
HSL
67°, 85%, 41%
CMYK
11, 0, 92, 24
Luminance
0.4807
Every format
| HEX | #aec310 |
| RGB | rgb(174, 195, 16) |
| HSL | hsl(67, 85%, 41%) |
| CMYK | cmyk(11%, 0%, 92%, 24%) |
| LAB | lab(74.9 -26.4 73.5) |
| LCH | lch(74.9 78.1 109.7) |
| OKLCH | oklch(0.774 0.176 117.3) |
Copy-ready code
/* CSS */
color: #aec310;
background-color: #aec310;
/* Tailwind (arbitrary) */
class="text-[#aec310] bg-[#aec310]"
/* SCSS */
$brand: #aec310;
/* SwiftUI */
Color(red: 0.682, green: 0.765, blue: 0.063)
/* Android */
Color.parseColor("#aec310")Accessibility — WCAG contrast
Aa
#aec310 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aec310 on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green76.5%
Blue6.3%
CMYK percentages
Cyan10.8%
Magenta0.0%
Yellow91.8%
Key (black)23.5%
Color previews
#aec310 text on a black background
contrast 10.61:1
Card sample
#aec310 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aec310;
Background color
Panel with #aec310 background
background-color: #aec310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aec310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 195, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 195, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aec310; background: linear-gradient(135deg, #aec310, #37C310);