#6cb686
a balanced, soft green · cool · closest name: seagreen
RGB
108, 182, 134
HSL
141°, 34%, 57%
CMYK
41, 0, 26, 29
Luminance
0.3837
Every format
| HEX | #6cb686 |
| RGB | rgb(108, 182, 134) |
| HSL | hsl(141, 34%, 57%) |
| CMYK | cmyk(41%, 0%, 26%, 29%) |
| LAB | lab(68.3 -33.8 17.4) |
| LCH | lch(68.3 38.0 152.8) |
| OKLCH | oklch(0.715 0.103 154.5) |
Copy-ready code
/* CSS */
color: #6cb686;
background-color: #6cb686;
/* Tailwind (arbitrary) */
class="text-[#6cb686] bg-[#6cb686]"
/* SCSS */
$brand: #6cb686;
/* SwiftUI */
Color(red: 0.424, green: 0.714, blue: 0.525)
/* Android */
Color.parseColor("#6cb686")Accessibility — WCAG contrast
Aa
#6cb686 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cb686 on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green71.4%
Blue52.5%
CMYK percentages
Cyan40.7%
Magenta0.0%
Yellow26.4%
Key (black)28.6%
Color previews
#6cb686 text on a black background
contrast 8.67:1
Card sample
#6cb686 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cb686;
Background color
Panel with #6cb686 background
background-color: #6cb686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cb686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 182, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 182, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cb686; background: linear-gradient(135deg, #6cb686, #6CB5B6);