#aead13
a dark, electric yellow · cool · closest name: olive
RGB
174, 173, 19
HSL
60°, 80%, 38%
CMYK
0, 1, 89, 32
Luminance
0.3893
Every format
| HEX | #aead13 |
| RGB | rgb(174, 173, 19) |
| HSL | hsl(60, 80%, 38%) |
| CMYK | cmyk(0%, 1%, 89%, 32%) |
| LAB | lab(68.7 -15.4 68.2) |
| LCH | lch(68.7 69.9 102.7) |
| OKLCH | oklch(0.725 0.154 109.3) |
Copy-ready code
/* CSS */
color: #aead13;
background-color: #aead13;
/* Tailwind (arbitrary) */
class="text-[#aead13] bg-[#aead13]"
/* SCSS */
$brand: #aead13;
/* SwiftUI */
Color(red: 0.682, green: 0.678, blue: 0.075)
/* Android */
Color.parseColor("#aead13")Accessibility — WCAG contrast
Aa
#aead13 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aead13 on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta0.6%
Yellow89.1%
Key (black)31.8%
Color previews
#aead13 text on a black background
contrast 8.79:1
Card sample
#aead13 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aead13;
Background color
Panel with #aead13 background
background-color: #aead13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aead13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 173, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 173, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aead13; background: linear-gradient(135deg, #aead13, #48AE13);