#aac12f
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
170, 193, 47
HSL
70°, 61%, 47%
CMYK
12, 0, 76, 24
Luminance
0.4689
Every format
| HEX | #aac12f |
| RGB | rgb(170, 193, 47) |
| HSL | hsl(70, 61%, 47%) |
| CMYK | cmyk(12%, 0%, 76%, 24%) |
| LAB | lab(74.1 -26.1 65.6) |
| LCH | lch(74.1 70.7 111.7) |
| OKLCH | oklch(0.768 0.164 118.5) |
Copy-ready code
/* CSS */
color: #aac12f;
background-color: #aac12f;
/* Tailwind (arbitrary) */
class="text-[#aac12f] bg-[#aac12f]"
/* SCSS */
$brand: #aac12f;
/* SwiftUI */
Color(red: 0.667, green: 0.757, blue: 0.184)
/* Android */
Color.parseColor("#aac12f")Accessibility — WCAG contrast
Aa
#aac12f on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aac12f on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green75.7%
Blue18.4%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow75.6%
Key (black)24.3%
Color previews
#aac12f text on a black background
contrast 10.38:1
Card sample
#aac12f text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aac12f;
Background color
Panel with #aac12f background
background-color: #aac12f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aac12f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 193, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 193, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aac12f; background: linear-gradient(135deg, #aac12f, #49C12F);