#3eb28f
a balanced, vivid cyan · cool · closest name: seagreen
RGB
62, 178, 143
HSL
162°, 48%, 47%
CMYK
65, 0, 20, 30
Luminance
0.3485
Every format
| HEX | #3eb28f |
| RGB | rgb(62, 178, 143) |
| HSL | hsl(162, 48%, 47%) |
| CMYK | cmyk(65%, 0%, 20%, 30%) |
| LAB | lab(65.6 -40.9 8.5) |
| LCH | lch(65.6 41.8 168.3) |
| OKLCH | oklch(0.689 0.116 169.3) |
Copy-ready code
/* CSS */
color: #3eb28f;
background-color: #3eb28f;
/* Tailwind (arbitrary) */
class="text-[#3eb28f] bg-[#3eb28f]"
/* SCSS */
$brand: #3eb28f;
/* SwiftUI */
Color(red: 0.243, green: 0.698, blue: 0.561)
/* Android */
Color.parseColor("#3eb28f")Accessibility — WCAG contrast
Aa
#3eb28f on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb28f on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green69.8%
Blue56.1%
CMYK percentages
Cyan65.2%
Magenta0.0%
Yellow19.7%
Key (black)30.2%
Color previews
#3eb28f text on a black background
contrast 7.97:1
Card sample
#3eb28f text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb28f;
Background color
Panel with #3eb28f background
background-color: #3eb28f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb28f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 178, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 178, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb28f; background: linear-gradient(135deg, #3eb28f, #3E88B2);