Sea Green
#149F6E
GreenColor Codes
All color formats for development
HEX
#149F6ERGB
rgb(20, 159, 110)HSL
hsl(159, 78%, 35%)OKLCH
oklch(0.623 0.132 162)CMYK
cmyk(87%, 0%, 31%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F63
2#107F58
3#0E6F4D
4#0C5F42
5#0A4F37
6#08402C
7#063021
8#042016
9#02100B
Tints
Lighter variations
1#17BC83
2#1BDA97
3#30E5A6
4#4EE9B3
5#6BEDC0
6#89F0CC
7#A6F4D9
8#C4F8E6
9#E1FBF2
Tones
Muted variations
1#1B986C
2#22916A
3#298A68
4#2F8366
5#367C64
6#3D7562
7#446E60
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 #C4F8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D2 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBBB | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6A7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C88A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F6E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094932 | 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: #C4F8E6;
--sea-green-300: #97F2D2;
--sea-green-400: #60EBBB;
--sea-green-500: #33E6A7;
--sea-green-600: #19C88A;
--sea-green-700: #149F6E;
--sea-green-800: #0E714F;
--sea-green-900: #094932;
--sea-green-950: #062D1F;
}