#61ebaa
a light, electric green · cool · closest name: aquamarine
RGB
97, 235, 170
HSL
152°, 78%, 65%
CMYK
59, 0, 28, 8
Luminance
0.6486
Every format
| HEX | #61ebaa |
| RGB | rgb(97, 235, 170) |
| HSL | hsl(152, 78%, 65%) |
| CMYK | cmyk(59%, 0%, 28%, 8%) |
| LAB | lab(84.4 -52.3 20.6) |
| LCH | lch(84.4 56.2 158.5) |
| OKLCH | oklch(0.847 0.152 159.9) |
Copy-ready code
/* CSS */
color: #61ebaa;
background-color: #61ebaa;
/* Tailwind (arbitrary) */
class="text-[#61ebaa] bg-[#61ebaa]"
/* SCSS */
$brand: #61ebaa;
/* SwiftUI */
Color(red: 0.380, green: 0.922, blue: 0.667)
/* Android */
Color.parseColor("#61ebaa")Accessibility — WCAG contrast
Aa
#61ebaa on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61ebaa on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green92.2%
Blue66.7%
CMYK percentages
Cyan58.7%
Magenta0.0%
Yellow27.7%
Key (black)7.8%
Color previews
#61ebaa text on a black background
contrast 13.97:1
Card sample
#61ebaa text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61ebaa;
Background color
Panel with #61ebaa background
background-color: #61ebaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61ebaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 235, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 235, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61ebaa; background: linear-gradient(135deg, #61ebaa, #61D0EB);