#6ac034
a balanced, vivid green · cool · closest name: forestgreen
RGB
106, 192, 52
HSL
97°, 57%, 48%
CMYK
45, 0, 73, 25
Luminance
0.4101
Every format
| HEX | #6ac034 |
| RGB | rgb(106, 192, 52) |
| HSL | hsl(97, 57%, 48%) |
| CMYK | cmyk(45%, 0%, 73%, 25%) |
| LAB | lab(70.2 -49.4 58.9) |
| LCH | lch(70.2 76.8 130.0) |
| OKLCH | oklch(0.727 0.191 136.0) |
Copy-ready code
/* CSS */
color: #6ac034;
background-color: #6ac034;
/* Tailwind (arbitrary) */
class="text-[#6ac034] bg-[#6ac034]"
/* SCSS */
$brand: #6ac034;
/* SwiftUI */
Color(red: 0.416, green: 0.753, blue: 0.204)
/* Android */
Color.parseColor("#6ac034")Accessibility — WCAG contrast
Aa
#6ac034 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ac034 on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green75.3%
Blue20.4%
CMYK percentages
Cyan44.8%
Magenta0.0%
Yellow72.9%
Key (black)24.7%
Color previews
#6ac034 text on a black background
contrast 9.20:1
Card sample
#6ac034 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ac034;
Background color
Panel with #6ac034 background
background-color: #6ac034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ac034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 192, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 192, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ac034; background: linear-gradient(135deg, #6ac034, #34C05B);