#aace2f
a balanced, vivid green · cool · closest name: olivedrab
RGB
170, 206, 47
HSL
74°, 63%, 50%
CMYK
18, 0, 77, 19
Luminance
0.5289
Every format
| HEX | #aace2f |
| RGB | rgb(170, 206, 47) |
| HSL | hsl(74, 63%, 50%) |
| CMYK | cmyk(18%, 0%, 77%, 19%) |
| LAB | lab(77.8 -32.3 69.1) |
| LCH | lch(77.8 76.2 115.1) |
| OKLCH | oklch(0.798 0.179 122.1) |
Copy-ready code
/* CSS */
color: #aace2f;
background-color: #aace2f;
/* Tailwind (arbitrary) */
class="text-[#aace2f] bg-[#aace2f]"
/* SCSS */
$brand: #aace2f;
/* SwiftUI */
Color(red: 0.667, green: 0.808, blue: 0.184)
/* Android */
Color.parseColor("#aace2f")Accessibility — WCAG contrast
Aa
#aace2f on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aace2f on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green80.8%
Blue18.4%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow77.2%
Key (black)19.2%
Color previews
#aace2f text on a black background
contrast 11.58:1
Card sample
#aace2f text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aace2f;
Background color
Panel with #aace2f background
background-color: #aace2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aace2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 206, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 206, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aace2f; background: linear-gradient(135deg, #aace2f, #40CE2F);