#65af65
a balanced, soft green · cool · closest name: seagreen
RGB
101, 175, 101
HSL
120°, 32%, 54%
CMYK
42, 0, 42, 31
Luminance
0.3437
Every format
| HEX | #65af65 |
| RGB | rgb(101, 175, 101) |
| HSL | hsl(120, 32%, 54%) |
| CMYK | cmyk(42%, 0%, 42%, 31%) |
| LAB | lab(65.3 -38.4 30.9) |
| LCH | lch(65.3 49.3 141.2) |
| OKLCH | oklch(0.687 0.129 144.0) |
Copy-ready code
/* CSS */
color: #65af65;
background-color: #65af65;
/* Tailwind (arbitrary) */
class="text-[#65af65] bg-[#65af65]"
/* SCSS */
$brand: #65af65;
/* SwiftUI */
Color(red: 0.396, green: 0.686, blue: 0.396)
/* Android */
Color.parseColor("#65af65")Accessibility — WCAG contrast
Aa
#65af65 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65af65 on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green68.6%
Blue39.6%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow42.3%
Key (black)31.4%
Color previews
#65af65 text on a black background
contrast 7.87:1
Card sample
#65af65 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65af65;
Background color
Panel with #65af65 background
background-color: #65af65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65af65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 175, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 175, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65af65; background: linear-gradient(135deg, #65af65, #65AF96);