Sea Green
#146B58
CyanColor Codes
All color formats for development
HEX
#146B58RGB
rgb(20, 107, 88)HSL
hsl(167, 69%, 25%)OKLCH
oklch(0.474 0.084 173.8)CMYK
cmyk(81%, 0%, 18%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#126150
2#105647
3#0E4B3E
4#0C4135
5#0A362C
6#082B23
7#06201B
8#041612
9#020B09
Tints
Lighter variations
1#1A8C73
2#20AC8E
3#26CDA8
4#3DDBB9
5#5DE1C5
6#7EE7D0
7#9EEDDC
8#BEF3E8
9#DFF9F3
Tones
Muted variations
1#186756
2#1D6354
3#215F51
4#255A4F
5#2A564C
6#2E514A
7#334D47
8#374945
9#3B4442
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDDB | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3C9 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C977C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4539 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDFA;
--sea-green-100: #E1F9F4;
--sea-green-200: #C7F5EB;
--sea-green-300: #9CEDDB;
--sea-green-400: #68E3C9;
--sea-green-500: #3DDBB9;
--sea-green-600: #23BE9C;
--sea-green-700: #1C977C;
--sea-green-800: #146C59;
--sea-green-900: #0D4539;
--sea-green-950: #082B23;
}