Sea Green
#159D6E
GreenColor Codes
All color formats for development
HEX
#159D6ERGB
rgb(21, 157, 110)HSL
hsl(159, 76%, 35%)OKLCH
oklch(0.618 0.13 162.7)CMYK
cmyk(87%, 0%, 30%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138D63
2#117E58
3#0F6E4D
4#0D5E42
5#0B4F37
6#093F2C
7#062F21
8#041F16
9#02100B
Tints
Lighter variations
1#19BA82
2#1DD796
3#33E3A5
4#50E7B2
5#6DEBBF
6#8AEFCC
7#A7F3D9
8#C5F7E5
9#E2FBF2
Tones
Muted variations
1#1C966C
2#23906A
3#2A8967
4#318265
5#377B63
6#3E7461
7#456E5F
8#4C675D
9#52605B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1D2 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EABA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3A6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC58A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D6E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F704E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4832 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF9;
--sea-green-100: #E0FBF1;
--sea-green-200: #C5F7E5;
--sea-green-300: #98F1D2;
--sea-green-400: #62EABA;
--sea-green-500: #35E3A6;
--sea-green-600: #1BC58A;
--sea-green-700: #159D6E;
--sea-green-800: #0F704E;
--sea-green-900: #0A4832;
--sea-green-950: #062D1F;
}