Sea Green
#146B61
CyanColor Codes
All color formats for development
HEX
#146B61RGB
rgb(20, 107, 97)HSL
hsl(173, 69%, 25%)OKLCH
oklch(0.477 0.079 183.2)CMYK
cmyk(81%, 0%, 9%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#126158
2#10564E
3#0E4B44
4#0C413A
5#0A3631
6#082B27
7#06201D
8#041613
9#020B0A
Tints
Lighter variations
1#1A8C7F
2#20AC9C
3#26CDB9
4#3DDBC9
5#5DE1D2
6#7EE7DB
7#9EEDE4
8#BEF3ED
9#DFF9F6
Tones
Muted variations
1#18675E
2#1D635B
3#215F57
4#255A54
5#2A5651
6#2E514D
7#334D4A
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 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CED #9CEDE3 | BordersInactive statesPlaceholder text |
| 400 | 68E3 #68E3D5 | Disabled statesSecondary iconsMuted text |
| 500 | 3DDB #3DDBC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 23BE #23BEAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C97 #1C9788 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146C #146C61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D453E | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDFB;
--sea-green-100: #E1F9F7;
--sea-green-200: #C7F5EF;
--sea-green-300: #9CEDE3;
--sea-green-400: #68E3D5;
--sea-green-500: #3DDBC9;
--sea-green-600: #23BEAC;
--sea-green-700: #1C9788;
--sea-green-800: #146C61;
--sea-green-900: #0D453E;
--sea-green-950: #082B27;
}