Sea Green
#146C53
GreenColor Codes
All color formats for development
HEX
#146C53RGB
rgb(20, 108, 83)HSL
hsl(163, 69%, 25%)OKLCH
oklch(0.475 0.089 168.5)CMYK
cmyk(81%, 0%, 23%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12614B
2#105642
3#0E4B3A
4#0C4132
5#0A3629
6#082B21
7#062019
8#041611
9#020B08
Tints
Lighter variations
1#1A8C6C
2#20AC84
3#26CD9D
4#3DDBAF
5#5DE1BC
6#7EE7C9
7#9EEDD7
8#BEF3E4
9#DFF9F2
Tones
Muted variations
1#186751
2#1D634F
3#215F4D
4#255A4B
5#2A5649
6#2E5147
7#334D45
8#374944
9#3B4442
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDD6 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3C0 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE92 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9774 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4535 | 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: #F2FDFA;
--sea-green-100: #E1F9F2;
--sea-green-200: #C7F5E8;
--sea-green-300: #9CEDD6;
--sea-green-400: #68E3C0;
--sea-green-500: #3DDBAF;
--sea-green-600: #23BE92;
--sea-green-700: #1C9774;
--sea-green-800: #146C53;
--sea-green-900: #0D4535;
--sea-green-950: #082B21;
}