#aacb13
a dark, electric green · cool · closest name: yellow
RGB
170, 203, 19
HSL
71°, 83%, 44%
CMYK
16, 0, 91, 20
Luminance
0.5130
Every format
| HEX | #aacb13 |
| RGB | rgb(170, 203, 19) |
| HSL | hsl(71, 83%, 44%) |
| CMYK | cmyk(16%, 0%, 91%, 20%) |
| LAB | lab(76.9 -31.8 74.6) |
| LCH | lch(76.9 81.1 113.1) |
| OKLCH | oklch(0.790 0.186 120.9) |
Copy-ready code
/* CSS */
color: #aacb13;
background-color: #aacb13;
/* Tailwind (arbitrary) */
class="text-[#aacb13] bg-[#aacb13]"
/* SCSS */
$brand: #aacb13;
/* SwiftUI */
Color(red: 0.667, green: 0.796, blue: 0.075)
/* Android */
Color.parseColor("#aacb13")Accessibility — WCAG contrast
Aa
#aacb13 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aacb13 on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green79.6%
Blue7.5%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow90.6%
Key (black)20.4%
Color previews
#aacb13 text on a black background
contrast 11.26:1
Card sample
#aacb13 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aacb13;
Background color
Panel with #aacb13 background
background-color: #aacb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aacb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 203, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 203, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aacb13; background: linear-gradient(135deg, #aacb13, #2FCB13);