Sea Green
#186850
GreenColor Codes
All color formats for development
HEX
#186850RGB
rgb(24, 104, 80)HSL
hsl(162, 63%, 25%)OKLCH
oklch(0.464 0.085 168.1)CMYK
cmyk(77%, 0%, 23%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E48
2#135340
3#114938
4#0E3E30
5#0C3428
6#092A20
7#071F18
8#051510
9#020A08
Tints
Lighter variations
1#1F8768
2#26A680
3#2DC598
4#44D5A9
5#63DCB7
6#82E3C6
7#A1EAD4
8#C1F1E2
9#E0F8F1
Tones
Muted variations
1#1C644E
2#20604D
3#245C4B
4#285849
5#2C5448
6#305046
7#344C45
8#384843
9#3C4441
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D3 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEBC | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB78C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219170 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186850 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4333 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCF9;
--sea-green-100: #E2F8F2;
--sea-green-200: #C9F3E6;
--sea-green-300: #9FE9D3;
--sea-green-400: #6EDEBC;
--sea-green-500: #44D5A9;
--sea-green-600: #2AB78C;
--sea-green-700: #219170;
--sea-green-800: #186850;
--sea-green-900: #0F4333;
--sea-green-950: #092A20;
}