Sea Green
#1F9376
CyanColor Codes
All color formats for development
HEX
#1F9376RGB
rgb(31, 147, 118)HSL
hsl(165, 65%, 35%)OKLCH
oklch(0.594 0.108 171.1)CMYK
cmyk(79%, 0%, 20%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C856A
2#19765F
3#166753
4#135847
5#104A3B
6#0C3B2F
7#092C23
8#061D18
9#030F0C
Tints
Lighter variations
1#25AF8C
2#2BCAA2
3#40D6B1
4#5BDCBC
5#76E2C7
6#92E8D2
7#ADEEDD
8#C8F3E9
9#E4F9F4
Tones
Muted variations
1#258D73
2#2B8870
3#31826E
4#367C6B
5#3C7668
6#427065
7#486B62
8#4E655F
9#535F5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAD7 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0C3 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B995 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9376 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166954 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4336 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FCFA;
--sea-green-100: #E2F9F3;
--sea-green-200: #C8F3E9;
--sea-green-300: #9EEAD7;
--sea-green-400: #6CE0C3;
--sea-green-500: #42D7B2;
--sea-green-600: #27B995;
--sea-green-700: #1F9376;
--sea-green-800: #166954;
--sea-green-900: #0E4336;
--sea-green-950: #092A22;
}