#aac113
a dark, electric yellow · cool · closest name: olivedrab
RGB
170, 193, 19
HSL
68°, 82%, 42%
CMYK
12, 0, 90, 24
Luminance
0.4673
Every format
| HEX | #aac113 |
| RGB | rgb(170, 193, 19) |
| HSL | hsl(68, 82%, 42%) |
| CMYK | cmyk(12%, 0%, 90%, 24%) |
| LAB | lab(74.0 -27.0 72.3) |
| LCH | lch(74.0 77.2 110.5) |
| OKLCH | oklch(0.767 0.175 118.1) |
Copy-ready code
/* CSS */
color: #aac113;
background-color: #aac113;
/* Tailwind (arbitrary) */
class="text-[#aac113] bg-[#aac113]"
/* SCSS */
$brand: #aac113;
/* SwiftUI */
Color(red: 0.667, green: 0.757, blue: 0.075)
/* Android */
Color.parseColor("#aac113")Accessibility — WCAG contrast
Aa
#aac113 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aac113 on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green75.7%
Blue7.5%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow90.2%
Key (black)24.3%
Color previews
#aac113 text on a black background
contrast 10.35:1
Card sample
#aac113 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aac113;
Background color
Panel with #aac113 background
background-color: #aac113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aac113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 193, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 193, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aac113; background: linear-gradient(135deg, #aac113, #36C113);