Sea Green
#159D69
GreenColor Codes
All color formats for development
HEX
#159D69RGB
rgb(21, 157, 105)HSL
hsl(157, 76%, 35%)OKLCH
oklch(0.616 0.134 160.3)CMYK
cmyk(87%, 0%, 33%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138D5F
2#117E54
3#0F6E4A
4#0D5E3F
5#0B4F35
6#093F2A
7#062F20
8#041F15
9#02100B
Tints
Lighter variations
1#19BA7D
2#1DD790
3#33E3A0
4#50E7AD
5#6DEBBB
6#8AEFC8
7#A7F3D6
8#C5F7E4
9#E2FBF1
Tones
Muted variations
1#1C9667
2#239066
3#2A8964
4#318263
5#377B61
6#3E7460
7#456E5E
8#4C675C
9#52605B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1CF | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAB6 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC584 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F704B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4830 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF9;
--sea-green-100: #E0FBF0;
--sea-green-200: #C5F7E4;
--sea-green-300: #98F1CF;
--sea-green-400: #62EAB6;
--sea-green-500: #35E3A1;
--sea-green-600: #1BC584;
--sea-green-700: #159D69;
--sea-green-800: #0F704B;
--sea-green-900: #0A4830;
--sea-green-950: #062D1E;
}