#62b686
a balanced, soft green · cool · closest name: seagreen
RGB
98, 182, 134
HSL
146°, 37%, 55%
CMYK
46, 0, 26, 29
Luminance
0.3777
Every format
| HEX | #62b686 |
| RGB | rgb(98, 182, 134) |
| HSL | hsl(146, 37%, 55%) |
| CMYK | cmyk(46%, 0%, 26%, 29%) |
| LAB | lab(67.8 -36.6 16.7) |
| LCH | lch(67.8 40.2 155.5) |
| OKLCH | oklch(0.710 0.109 157.0) |
Copy-ready code
/* CSS */
color: #62b686;
background-color: #62b686;
/* Tailwind (arbitrary) */
class="text-[#62b686] bg-[#62b686]"
/* SCSS */
$brand: #62b686;
/* SwiftUI */
Color(red: 0.384, green: 0.714, blue: 0.525)
/* Android */
Color.parseColor("#62b686")Accessibility — WCAG contrast
Aa
#62b686 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#62b686 on black: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green71.4%
Blue52.5%
CMYK percentages
Cyan46.2%
Magenta0.0%
Yellow26.4%
Key (black)28.6%
Color previews
#62b686 text on a black background
contrast 8.55:1
Card sample
#62b686 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62b686;
Background color
Panel with #62b686 background
background-color: #62b686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62b686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 182, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 182, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62b686; background: linear-gradient(135deg, #62b686, #62AEB6);