Sea Green
#146B51
GreenColor Codes
All color formats for development
HEX
#146B51RGB
rgb(20, 107, 81)HSL
hsl(162, 69%, 25%)OKLCH
oklch(0.472 0.089 167.5)CMYK
cmyk(81%, 0%, 24%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#126149
2#105641
3#0E4B39
4#0C4131
5#0A3629
6#082B21
7#062018
8#041610
9#020B08
Tints
Lighter variations
1#1A8C6A
2#20AC82
3#26CD9B
4#3DDBAC
5#5DE1BA
6#7EE7C8
7#9EEDD5
8#BEF3E3
9#DFF9F1
Tones
Muted variations
1#186750
2#1D634E
3#215F4C
4#255A4A
5#2A5649
6#2E5147
7#334D45
8#374943
9#3B4442
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDD5 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3BE | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE8F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9772 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4534 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF9;
--sea-green-100: #E1F9F2;
--sea-green-200: #C7F5E7;
--sea-green-300: #9CEDD5;
--sea-green-400: #68E3BE;
--sea-green-500: #3DDBAC;
--sea-green-600: #23BE8F;
--sea-green-700: #1C9772;
--sea-green-800: #146C51;
--sea-green-900: #0D4534;
--sea-green-950: #082B21;
}