Sea Green
#149F5C
GreenColor Codes
All color formats for development
HEX
#149F5CRGB
rgb(20, 159, 92)HSL
hsl(151, 78%, 35%)OKLCH
oklch(0.619 0.149 154.8)CMYK
cmyk(87%, 0%, 42%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F52
2#107F49
3#0E6F40
4#0C5F37
5#0A4F2E
6#084025
7#06301B
8#042012
9#021009
Tints
Lighter variations
1#17BC6D
2#1BDA7E
3#30E58E
4#4EE99E
5#6BEDAE
6#89F0BE
7#A6F4CF
8#C4F8DF
9#E1FBEF
Tones
Muted variations
1#1B985B
2#22915B
3#298A5B
4#2F835B
5#367C5A
6#3D755A
7#446E5A
8#4B675A
9#526059
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DF | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C6 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBA8 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E68F | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C873 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F5C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7141 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492A | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF8;
--sea-green-100: #DFFBEE;
--sea-green-200: #C4F8DF;
--sea-green-300: #97F2C6;
--sea-green-400: #60EBA8;
--sea-green-500: #33E68F;
--sea-green-600: #19C873;
--sea-green-700: #149F5C;
--sea-green-800: #0E7141;
--sea-green-900: #09492A;
--sea-green-950: #062D1A;
}