#3dbb6f
a balanced, vivid green · cool · closest name: seagreen
RGB
61, 187, 111
HSL
144°, 51%, 49%
CMYK
67, 0, 41, 27
Luminance
0.3768
Every format
| HEX | #3dbb6f |
| RGB | rgb(61, 187, 111) |
| HSL | hsl(144, 51%, 49%) |
| CMYK | cmyk(67%, 0%, 41%, 27%) |
| LAB | lab(67.8 -51.5 28.7) |
| LCH | lch(67.8 59.0 150.9) |
| OKLCH | oklch(0.705 0.156 152.9) |
Copy-ready code
/* CSS */
color: #3dbb6f;
background-color: #3dbb6f;
/* Tailwind (arbitrary) */
class="text-[#3dbb6f] bg-[#3dbb6f]"
/* SCSS */
$brand: #3dbb6f;
/* SwiftUI */
Color(red: 0.239, green: 0.733, blue: 0.435)
/* Android */
Color.parseColor("#3dbb6f")Accessibility — WCAG contrast
Aa
#3dbb6f on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dbb6f on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green73.3%
Blue43.5%
CMYK percentages
Cyan67.4%
Magenta0.0%
Yellow40.6%
Key (black)26.7%
Color previews
#3dbb6f text on a black background
contrast 8.54:1
Card sample
#3dbb6f text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dbb6f;
Background color
Panel with #3dbb6f background
background-color: #3dbb6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dbb6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 187, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 187, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dbb6f; background: linear-gradient(135deg, #3dbb6f, #3DB3BB);