Sea Green
#159E60
GreenColor Codes
All color formats for development
HEX
#159E60RGB
rgb(21, 158, 96)HSL
hsl(153, 77%, 35%)OKLCH
oklch(0.617 0.144 156.4)CMYK
cmyk(87%, 0%, 39%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128E57
2#107E4D
3#0E6F43
4#0C5F3A
5#0A4F30
6#083F26
7#062F1D
8#042013
9#02100A
Tints
Lighter variations
1#18BB72
2#1CD984
3#32E494
4#4FE8A3
5#6CECB3
6#8AF0C2
7#A7F4D1
8#C4F7E0
9#E2FBF0
Tones
Muted variations
1#1B975F
2#22905F
3#29895E
4#30825D
5#377C5D
6#3E755C
7#456E5B
8#4C675B
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 | C4F7 #C4F7E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C9 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAAD | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E595 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC779 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7145 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09482C | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1B | 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: #C4F7E0;
--sea-green-300: #97F2C9;
--sea-green-400: #61EAAD;
--sea-green-500: #34E595;
--sea-green-600: #1AC779;
--sea-green-700: #159E60;
--sea-green-800: #0F7145;
--sea-green-900: #09482C;
--sea-green-950: #062D1B;
}