#2ac327
a balanced, vivid green · cool · closest name: green
RGB
42, 195, 39
HSL
119°, 67%, 46%
CMYK
79, 0, 80, 24
Luminance
0.3967
Every format
| HEX | #2ac327 |
| RGB | rgb(42, 195, 39) |
| HSL | hsl(119, 67%, 46%) |
| CMYK | cmyk(79%, 0%, 80%, 24%) |
| LAB | lab(69.2 -65.9 61.5) |
| LCH | lch(69.2 90.2 137.0) |
| OKLCH | oklch(0.713 0.225 142.6) |
Copy-ready code
/* CSS */
color: #2ac327;
background-color: #2ac327;
/* Tailwind (arbitrary) */
class="text-[#2ac327] bg-[#2ac327]"
/* SCSS */
$brand: #2ac327;
/* SwiftUI */
Color(red: 0.165, green: 0.765, blue: 0.153)
/* Android */
Color.parseColor("#2ac327")Accessibility — WCAG contrast
Aa
#2ac327 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ac327 on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green76.5%
Blue15.3%
CMYK percentages
Cyan78.5%
Magenta0.0%
Yellow80.0%
Key (black)23.5%
Color previews
#2ac327 text on a black background
contrast 8.93:1
Card sample
#2ac327 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ac327;
Background color
Panel with #2ac327 background
background-color: #2ac327;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ac327;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 195, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 195, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ac327; background: linear-gradient(135deg, #2ac327, #27C38C);