Sea Green
#146B60
CyanColor Codes
All color formats for development
HEX
#146B60RGB
rgb(20, 107, 96)HSL
hsl(172, 69%, 25%)OKLCH
oklch(0.476 0.079 182.1)CMYK
cmyk(81%, 0%, 10%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#126156
2#10564D
3#0E4B43
4#0C413A
5#0A3630
6#082B26
7#06201D
8#041613
9#020B0A
Tints
Lighter variations
1#1A8C7D
2#20AC9A
3#26CDB6
4#3DDBC6
5#5DE1D0
6#7EE7D9
7#9EEDE3
8#BEF3EC
9#DFF9F6
Tones
Muted variations
1#18675D
2#1D635A
3#215F56
4#255A53
5#2A5650
6#2E514D
7#334D49
8#374946
9#3B4443
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE2 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3D3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9786 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453D | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDFB;
--sea-green-100: #E1F9F6;
--sea-green-200: #C7F5EF;
--sea-green-300: #9CEDE2;
--sea-green-400: #68E3D3;
--sea-green-500: #3DDBC6;
--sea-green-600: #23BEA9;
--sea-green-700: #1C9786;
--sea-green-800: #146C60;
--sea-green-900: #0D453D;
--sea-green-950: #082B26;
}