Sea Green
#146C5F
CyanColor Codes
All color formats for development
HEX
#146C5FRGB
rgb(20, 108, 95)HSL
hsl(171, 69%, 25%)OKLCH
oklch(0.479 0.081 180)CMYK
cmyk(81%, 0%, 12%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#126155
2#10564C
3#0E4B42
4#0C4139
5#0A362F
6#082B26
7#06201C
8#041613
9#020B09
Tints
Lighter variations
1#1A8C7B
2#20AC97
3#26CDB4
4#3DDBC4
5#5DE1CE
6#7EE7D7
7#9EEDE1
8#BEF3EB
9#DFF9F5
Tones
Muted variations
1#18675B
2#1D6358
3#215F55
4#255A52
5#2A564F
6#2E514C
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 #C7F5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE1 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3D1 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9784 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C5F | 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: #C7F5EE;
--sea-green-300: #9CEDE1;
--sea-green-400: #68E3D1;
--sea-green-500: #3DDBC4;
--sea-green-600: #23BEA6;
--sea-green-700: #1C9784;
--sea-green-800: #146C5F;
--sea-green-900: #0D453D;
--sea-green-950: #082B26;
}