#3ebc8b
a balanced, vivid green · cool · closest name: seagreen
RGB
62, 188, 139
HSL
157°, 50%, 49%
CMYK
67, 0, 26, 26
Luminance
0.3885
Every format
| HEX | #3ebc8b |
| RGB | rgb(62, 188, 139) |
| HSL | hsl(157, 50%, 49%) |
| CMYK | cmyk(67%, 0%, 26%, 26%) |
| LAB | lab(68.6 -46.1 14.9) |
| LCH | lch(68.6 48.4 162.1) |
| OKLCH | oklch(0.714 0.132 163.3) |
Copy-ready code
/* CSS */
color: #3ebc8b;
background-color: #3ebc8b;
/* Tailwind (arbitrary) */
class="text-[#3ebc8b] bg-[#3ebc8b]"
/* SCSS */
$brand: #3ebc8b;
/* SwiftUI */
Color(red: 0.243, green: 0.737, blue: 0.545)
/* Android */
Color.parseColor("#3ebc8b")Accessibility — WCAG contrast
Aa
#3ebc8b on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ebc8b on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green73.7%
Blue54.5%
CMYK percentages
Cyan67.0%
Magenta0.0%
Yellow26.1%
Key (black)26.3%
Color previews
#3ebc8b text on a black background
contrast 8.77:1
Card sample
#3ebc8b text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ebc8b;
Background color
Panel with #3ebc8b background
background-color: #3ebc8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ebc8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 188, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 188, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ebc8b; background: linear-gradient(135deg, #3ebc8b, #3E99BC);