Sea Green
#149F63
GreenColor Codes
All color formats for development
HEX
#149F63RGB
rgb(20, 159, 99)HSL
hsl(154, 78%, 35%)OKLCH
oklch(0.62 0.142 157.4)CMYK
cmyk(87%, 0%, 38%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F59
2#107F4F
3#0E6F45
4#0C5F3B
5#0A4F31
6#084027
7#06301E
8#042014
9#02100A
Tints
Lighter variations
1#17BC75
2#1BDA87
3#30E597
4#4EE9A6
5#6BEDB5
6#89F0C4
7#A6F4D2
8#C4F8E1
9#E1FBF0
Tones
Muted variations
1#1B9862
2#229161
3#298A60
4#2F835F
5#367C5E
6#3D755D
7#446E5C
8#4B675B
9#52605A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2CA | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBAF | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E698 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C87C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7146 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF8;
--sea-green-100: #DFFBEF;
--sea-green-200: #C4F8E1;
--sea-green-300: #97F2CA;
--sea-green-400: #60EBAF;
--sea-green-500: #33E698;
--sea-green-600: #19C87C;
--sea-green-700: #149F63;
--sea-green-800: #0E7146;
--sea-green-900: #09492D;
--sea-green-950: #062D1C;
}