#61ce85
a balanced, vivid green · cool · closest name: aquamarine
RGB
97, 206, 133
HSL
140°, 53%, 59%
CMYK
53, 0, 35, 19
Luminance
0.4838
Every format
| HEX | #61ce85 |
| RGB | rgb(97, 206, 133) |
| HSL | hsl(140, 53%, 59%) |
| CMYK | cmyk(53%, 0%, 35%, 19%) |
| LAB | lab(75.1 -47.5 27.0) |
| LCH | lch(75.1 54.6 150.3) |
| OKLCH | oklch(0.769 0.146 152.3) |
Copy-ready code
/* CSS */
color: #61ce85;
background-color: #61ce85;
/* Tailwind (arbitrary) */
class="text-[#61ce85] bg-[#61ce85]"
/* SCSS */
$brand: #61ce85;
/* SwiftUI */
Color(red: 0.380, green: 0.808, blue: 0.522)
/* Android */
Color.parseColor("#61ce85")Accessibility — WCAG contrast
Aa
#61ce85 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61ce85 on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green80.8%
Blue52.2%
CMYK percentages
Cyan52.9%
Magenta0.0%
Yellow35.4%
Key (black)19.2%
Color previews
#61ce85 text on a black background
contrast 10.68:1
Card sample
#61ce85 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61ce85;
Background color
Panel with #61ce85 background
background-color: #61ce85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61ce85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 206, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 206, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61ce85; background: linear-gradient(135deg, #61ce85, #61CECE);