#6ad65c
a balanced, vivid green · cool · closest name: forestgreen
RGB
106, 214, 92
HSL
113°, 60%, 60%
CMYK
51, 0, 57, 16
Luminance
0.5193
Every format
| HEX | #6ad65c |
| RGB | rgb(106, 214, 92) |
| HSL | hsl(113, 60%, 60%) |
| CMYK | cmyk(51%, 0%, 57%, 16%) |
| LAB | lab(77.2 -54.3 50.0) |
| LCH | lch(77.2 73.9 137.4) |
| OKLCH | oklch(0.785 0.190 141.4) |
Copy-ready code
/* CSS */
color: #6ad65c;
background-color: #6ad65c;
/* Tailwind (arbitrary) */
class="text-[#6ad65c] bg-[#6ad65c]"
/* SCSS */
$brand: #6ad65c;
/* SwiftUI */
Color(red: 0.416, green: 0.839, blue: 0.361)
/* Android */
Color.parseColor("#6ad65c")Accessibility — WCAG contrast
Aa
#6ad65c on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ad65c on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green83.9%
Blue36.1%
CMYK percentages
Cyan50.5%
Magenta0.0%
Yellow57.0%
Key (black)16.1%
Color previews
#6ad65c text on a black background
contrast 11.39:1
Card sample
#6ad65c text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ad65c;
Background color
Panel with #6ad65c background
background-color: #6ad65c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ad65c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 214, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 214, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ad65c; background: linear-gradient(135deg, #6ad65c, #5CD69F);