Sea Green
#1A996A
GreenColor Codes
All color formats for development
HEX
#1A996ARGB
rgb(26, 153, 106)HSL
hsl(158, 71%, 35%)OKLCH
oklch(0.606 0.127 161.8)CMYK
cmyk(83%, 0%, 31%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#178960
2#157A55
3#126B4A
4#105C40
5#0D4C35
6#0A3D2A
7#082E20
8#051F15
9#030F0B
Tints
Lighter variations
1#1FB57E
2#23D192
3#39DDA1
4#55E2AE
5#71E7BC
6#8EECC9
7#AAF1D7
8#C6F5E4
9#E3FAF2
Tones
Muted variations
1#209268
2#278C67
3#2D8665
4#337F63
5#3A7962
6#407360
7#466C5E
8#4D665D
9#53605B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F5 #C6F5E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEECF | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5B7 | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C085 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A996A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4631 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF9;
--sea-green-100: #E0FAF1;
--sea-green-200: #C6F5E4;
--sea-green-300: #9BEECF;
--sea-green-400: #66E5B7;
--sea-green-500: #3BDEA2;
--sea-green-600: #21C085;
--sea-green-700: #1A996A;
--sea-green-800: #126D4C;
--sea-green-900: #0C4631;
--sea-green-950: #072C1E;
}