#6ac430
a balanced, vivid green · cool · closest name: forestgreen
RGB
106, 196, 48
HSL
97°, 61%, 48%
CMYK
46, 0, 76, 23
Luminance
0.4276
Every format
| HEX | #6ac430 |
| RGB | rgb(106, 196, 48) |
| HSL | hsl(97, 61%, 48%) |
| CMYK | cmyk(46%, 0%, 76%, 23%) |
| LAB | lab(71.4 -51.2 61.5) |
| LCH | lch(71.4 80.0 129.8) |
| OKLCH | oklch(0.736 0.198 136.1) |
Copy-ready code
/* CSS */
color: #6ac430;
background-color: #6ac430;
/* Tailwind (arbitrary) */
class="text-[#6ac430] bg-[#6ac430]"
/* SCSS */
$brand: #6ac430;
/* SwiftUI */
Color(red: 0.416, green: 0.769, blue: 0.188)
/* Android */
Color.parseColor("#6ac430")Accessibility — WCAG contrast
Aa
#6ac430 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ac430 on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green76.9%
Blue18.8%
CMYK percentages
Cyan45.9%
Magenta0.0%
Yellow75.5%
Key (black)23.1%
Color previews
#6ac430 text on a black background
contrast 9.55:1
Card sample
#6ac430 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ac430;
Background color
Panel with #6ac430 background
background-color: #6ac430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ac430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 196, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 196, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ac430; background: linear-gradient(135deg, #6ac430, #30C459);