Sea Green
#159D65
GreenColor Codes
All color formats for development
HEX
#159D65RGB
rgb(21, 157, 101)HSL
hsl(155, 76%, 35%)OKLCH
oklch(0.615 0.138 158.6)CMYK
cmyk(87%, 0%, 36%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#138D5A
2#117E50
3#0F6E46
4#0D5E3C
5#0B4F32
6#093F28
7#062F1E
8#041F14
9#02100A
Tints
Lighter variations
1#19BA77
2#1DD78A
3#33E39A
4#50E7A8
5#6DEBB7
6#8AEFC5
7#A7F3D4
8#C5F7E2
9#E2FBF1
Tones
Muted variations
1#1C9663
2#239062
3#2A8961
4#318260
5#377B5F
6#3E745E
7#456E5D
8#4C675C
9#52605A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1CC | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAB1 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E39B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC57E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A482E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF8;
--sea-green-100: #E0FBEF;
--sea-green-200: #C5F7E2;
--sea-green-300: #98F1CC;
--sea-green-400: #62EAB1;
--sea-green-500: #35E39B;
--sea-green-600: #1BC57E;
--sea-green-700: #159D65;
--sea-green-800: #0F7048;
--sea-green-900: #0A482E;
--sea-green-950: #062D1D;
}