Sea Green
#186852
GreenColor Codes
All color formats for development
HEX
#186852RGB
rgb(24, 104, 82)HSL
hsl(164, 63%, 25%)OKLCH
oklch(0.464 0.083 170)CMYK
cmyk(77%, 0%, 21%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E4A
2#135342
3#11493A
4#0E3E31
5#0C3429
6#092A21
7#071F19
8#051510
9#020A08
Tints
Lighter variations
1#1F876B
2#26A684
3#2DC59D
4#44D5AE
5#63DCBB
6#82E3C9
7#A1EAD6
8#C1F1E4
9#E0F8F1
Tones
Muted variations
1#1C6451
2#20604F
3#245C4D
4#28584B
5#2C5449
6#305047
7#344C45
8#384843
9#3C4442
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9D6 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEC0 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB791 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186852 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4335 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F3FCFA;
--sea-green-100: #E2F8F2;
--sea-green-200: #C9F3E8;
--sea-green-300: #9FE9D6;
--sea-green-400: #6EDEC0;
--sea-green-500: #44D5AE;
--sea-green-600: #2AB791;
--sea-green-700: #219173;
--sea-green-800: #186852;
--sea-green-900: #0F4335;
--sea-green-950: #092A21;
}