Sea Green
#149F65
GreenColor Codes
All color formats for development
HEX
#149F65RGB
rgb(20, 159, 101)HSL
hsl(155, 78%, 35%)OKLCH
oklch(0.621 0.14 158.1)CMYK
cmyk(87%, 0%, 36%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F5B
2#107F51
3#0E6F47
4#0C5F3D
5#0A4F32
6#084028
7#06301E
8#042014
9#02100A
Tints
Lighter variations
1#17BC78
2#1BDA8A
3#30E59A
4#4EE9A8
5#6BEDB7
6#89F0C5
7#A6F4D4
8#C4F8E2
9#E1FBF1
Tones
Muted variations
1#1B9864
2#229163
3#298A61
4#2F8360
5#367C5F
6#3D755E
7#446E5D
8#4B675C
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 #C4F8E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2CC | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBB1 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E69B | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C87F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7148 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09492E | 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: #F1FDF8;
--sea-green-100: #DFFBEF;
--sea-green-200: #C4F8E2;
--sea-green-300: #97F2CC;
--sea-green-400: #60EBB1;
--sea-green-500: #33E69B;
--sea-green-600: #19C87F;
--sea-green-700: #149F65;
--sea-green-800: #0E7148;
--sea-green-900: #09492E;
--sea-green-950: #062D1D;
}