Sea Green
#1A996E
GreenColor Codes
All color formats for development
HEX
#1A996ERGB
rgb(26, 153, 110)HSL
hsl(160, 71%, 35%)OKLCH
oklch(0.607 0.123 163.9)CMYK
cmyk(83%, 0%, 28%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#178963
2#157A58
3#126B4D
4#105C42
5#0D4C37
6#0A3D2C
7#082E21
8#051F16
9#030F0B
Tints
Lighter variations
1#1FB583
2#23D197
3#39DDA6
4#55E2B3
5#71E7C0
6#8EECCC
7#AAF1D9
8#C6F5E6
9#E3FAF2
Tones
Muted variations
1#20926C
2#278C6A
3#2D8668
4#337F66
5#3A7964
6#407362
7#466C60
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 #C6F5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEE #9BEED2 | BordersInactive statesPlaceholder text |
| 400 | 66E5 #66E5BB | Disabled statesSecondary iconsMuted text |
| 500 | 3BDE #3BDEA7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 21C0 #21C08B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A99 #1A996E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126D #126D4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C46 #0C4632 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C20 | 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: #C6F5E6;
--sea-green-300: #9BEED2;
--sea-green-400: #66E5BB;
--sea-green-500: #3BDEA7;
--sea-green-600: #21C08B;
--sea-green-700: #1A996E;
--sea-green-800: #126D4F;
--sea-green-900: #0C4632;
--sea-green-950: #072C20;
}