#3eb98f
a balanced, vivid green · cool · closest name: seagreen
RGB
62, 185, 143
HSL
160°, 50%, 48%
CMYK
67, 0, 23, 28
Luminance
0.3771
Every format
| HEX | #3eb98f |
| RGB | rgb(62, 185, 143) |
| HSL | hsl(160, 50%, 48%) |
| CMYK | cmyk(67%, 0%, 23%, 28%) |
| LAB | lab(67.8 -43.9 11.5) |
| LCH | lch(67.8 45.4 165.3) |
| OKLCH | oklch(0.707 0.125 166.4) |
Copy-ready code
/* CSS */
color: #3eb98f;
background-color: #3eb98f;
/* Tailwind (arbitrary) */
class="text-[#3eb98f] bg-[#3eb98f]"
/* SCSS */
$brand: #3eb98f;
/* SwiftUI */
Color(red: 0.243, green: 0.725, blue: 0.561)
/* Android */
Color.parseColor("#3eb98f")Accessibility — WCAG contrast
Aa
#3eb98f on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb98f on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green72.5%
Blue56.1%
CMYK percentages
Cyan66.5%
Magenta0.0%
Yellow22.7%
Key (black)27.5%
Color previews
#3eb98f text on a black background
contrast 8.54:1
Card sample
#3eb98f text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb98f;
Background color
Panel with #3eb98f background
background-color: #3eb98f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb98f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 185, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 185, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb98f; background: linear-gradient(135deg, #3eb98f, #3E91B9);