Sea Green
#146C57
CyanColor Codes
All color formats for development
HEX
#146C57RGB
rgb(20, 108, 87)HSL
hsl(166, 69%, 25%)OKLCH
oklch(0.476 0.086 172)CMYK
cmyk(81%, 0%, 19%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12614E
2#105646
3#0E4B3D
4#0C4134
5#0A362C
6#082B23
7#06201A
8#041611
9#020B09
Tints
Lighter variations
1#1A8C71
2#20AC8C
3#26CDA6
4#3DDBB6
5#5DE1C3
6#7EE7CF
7#9EEDDB
8#BEF3E7
9#DFF9F3
Tones
Muted variations
1#186755
2#1D6353
3#215F50
4#255A4E
5#2A564B
6#2E5149
7#334D47
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 #E1F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDDA | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3C7 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BE99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C977A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4538 | 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: #C7F5EA;
--sea-green-300: #9CEDDA;
--sea-green-400: #68E3C7;
--sea-green-500: #3DDBB6;
--sea-green-600: #23BE99;
--sea-green-700: #1C977A;
--sea-green-800: #146C57;
--sea-green-900: #0D4538;
--sea-green-950: #082B23;
}