#3eb78f
a balanced, vivid cyan · cool · closest name: seagreen
RGB
62, 183, 143
HSL
160°, 49%, 48%
CMYK
66, 0, 22, 28
Luminance
0.3687
Every format
| HEX | #3eb78f |
| RGB | rgb(62, 183, 143) |
| HSL | hsl(160, 49%, 48%) |
| CMYK | cmyk(66%, 0%, 22%, 28%) |
| LAB | lab(67.2 -43.1 10.7) |
| LCH | lch(67.2 44.4 166.1) |
| OKLCH | oklch(0.702 0.123 167.1) |
Copy-ready code
/* CSS */
color: #3eb78f;
background-color: #3eb78f;
/* Tailwind (arbitrary) */
class="text-[#3eb78f] bg-[#3eb78f]"
/* SCSS */
$brand: #3eb78f;
/* SwiftUI */
Color(red: 0.243, green: 0.718, blue: 0.561)
/* Android */
Color.parseColor("#3eb78f")Accessibility — WCAG contrast
Aa
#3eb78f on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb78f on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green71.8%
Blue56.1%
CMYK percentages
Cyan66.1%
Magenta0.0%
Yellow21.9%
Key (black)28.2%
Color previews
#3eb78f text on a black background
contrast 8.37:1
Card sample
#3eb78f text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb78f;
Background color
Panel with #3eb78f background
background-color: #3eb78f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb78f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 183, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 183, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb78f; background: linear-gradient(135deg, #3eb78f, #3E8EB7);