#65c665
a balanced, vivid green · cool · closest name: forestgreen
RGB
101, 198, 101
HSL
120°, 46%, 59%
CMYK
49, 0, 49, 22
Luminance
0.4409
Every format
| HEX | #65c665 |
| RGB | rgb(101, 198, 101) |
| HSL | hsl(120, 46%, 59%) |
| CMYK | cmyk(49%, 0%, 49%, 22%) |
| LAB | lab(72.3 -48.2 39.8) |
| LCH | lch(72.3 62.5 140.5) |
| OKLCH | oklch(0.745 0.163 143.7) |
Copy-ready code
/* CSS */
color: #65c665;
background-color: #65c665;
/* Tailwind (arbitrary) */
class="text-[#65c665] bg-[#65c665]"
/* SCSS */
$brand: #65c665;
/* SwiftUI */
Color(red: 0.396, green: 0.776, blue: 0.396)
/* Android */
Color.parseColor("#65c665")Accessibility — WCAG contrast
Aa
#65c665 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65c665 on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green77.6%
Blue39.6%
CMYK percentages
Cyan49.0%
Magenta0.0%
Yellow49.0%
Key (black)22.4%
Color previews
#65c665 text on a black background
contrast 9.82:1
Card sample
#65c665 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65c665;
Background color
Panel with #65c665 background
background-color: #65c665;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65c665;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 198, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 198, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65c665; background: linear-gradient(135deg, #65c665, #65C6A6);