Sea Green
#149F6C
GreenColor Codes
All color formats for development
HEX
#149F6CRGB
rgb(20, 159, 108)HSL
hsl(158, 78%, 35%)OKLCH
oklch(0.622 0.134 161.1)CMYK
cmyk(87%, 0%, 32%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F61
2#107F56
3#0E6F4B
4#0C5F41
5#0A4F36
6#08402B
7#063020
8#042016
9#02100B
Tints
Lighter variations
1#17BC80
2#1BDA94
3#30E5A3
4#4EE9B0
5#6BEDBD
6#89F0CA
7#A6F4D8
8#C4F8E5
9#E1FBF2
Tones
Muted variations
1#1B986A
2#229168
3#298A66
4#2F8364
5#367C63
6#3D7561
7#446E5F
8#4B675D
9#52605B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBB8 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C888 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094931 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF9;
--sea-green-100: #DFFBF1;
--sea-green-200: #C4F8E5;
--sea-green-300: #97F2D1;
--sea-green-400: #60EBB8;
--sea-green-500: #33E6A4;
--sea-green-600: #19C888;
--sea-green-700: #149F6C;
--sea-green-800: #0E714D;
--sea-green-900: #094931;
--sea-green-950: #062D1F;
}