#61af7b
a balanced, soft green · cool · closest name: seagreen
RGB
97, 175, 123
HSL
140°, 33%, 53%
CMYK
45, 0, 30, 31
Luminance
0.3463
Every format
| HEX | #61af7b |
| RGB | rgb(97, 175, 123) |
| HSL | hsl(140, 33%, 53%) |
| CMYK | cmyk(45%, 0%, 30%, 31%) |
| LAB | lab(65.5 -35.8 19.4) |
| LCH | lch(65.5 40.7 151.6) |
| OKLCH | oklch(0.690 0.110 153.4) |
Copy-ready code
/* CSS */
color: #61af7b;
background-color: #61af7b;
/* Tailwind (arbitrary) */
class="text-[#61af7b] bg-[#61af7b]"
/* SCSS */
$brand: #61af7b;
/* SwiftUI */
Color(red: 0.380, green: 0.686, blue: 0.482)
/* Android */
Color.parseColor("#61af7b")Accessibility — WCAG contrast
Aa
#61af7b on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#61af7b on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green68.6%
Blue48.2%
CMYK percentages
Cyan44.6%
Magenta0.0%
Yellow29.7%
Key (black)31.4%
Color previews
#61af7b text on a black background
contrast 7.93:1
Card sample
#61af7b text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #61af7b;
Background color
Panel with #61af7b background
background-color: #61af7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #61af7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 175, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 175, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #61af7b; background: linear-gradient(135deg, #61af7b, #61AFAF);