Sea Green
#149F69
GreenColor Codes
All color formats for development
HEX
#149F69RGB
rgb(20, 159, 105)HSL
hsl(157, 78%, 35%)OKLCH
oklch(0.622 0.137 159.8)CMYK
cmyk(87%, 0%, 34%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F5F
2#107F54
3#0E6F4A
4#0C5F3F
5#0A4F35
6#08402A
7#063020
8#042015
9#02100B
Tints
Lighter variations
1#17BC7D
2#1BDA91
3#30E5A0
4#4EE9AE
5#6BEDBB
6#89F0C9
7#A6F4D6
8#C4F8E4
9#E1FBF1
Tones
Muted variations
1#1B9868
2#229166
3#298A65
4#2F8363
5#367C61
6#3D7560
7#446E5E
8#4B675C
9#52605B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2CF | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBB6 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C885 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094930 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF9;
--sea-green-100: #DFFBF0;
--sea-green-200: #C4F8E4;
--sea-green-300: #97F2CF;
--sea-green-400: #60EBB6;
--sea-green-500: #33E6A1;
--sea-green-600: #19C885;
--sea-green-700: #149F69;
--sea-green-800: #0E714B;
--sea-green-900: #094930;
--sea-green-950: #062D1E;
}