Sea Green
#176953
GreenColor Codes
All color formats for development
HEX
#176953RGB
rgb(23, 105, 83)HSL
hsl(164, 64%, 25%)OKLCH
oklch(0.467 0.084 170.3)CMYK
cmyk(78%, 0%, 21%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#155E4B
2#125442
3#10493A
4#0E3F32
5#0B3429
6#092A21
7#071F19
8#051511
9#020A08
Tints
Lighter variations
1#1E886C
2#25A784
3#2CC79D
4#43D6AF
5#62DDBC
6#82E3C9
7#A1EAD7
8#C0F1E4
9#E0F8F2
Tones
Muted variations
1#1B6451
2#1F604F
3#235C4D
4#27584B
5#2B5449
6#2F5047
7#344C45
8#384844
9#3C4442
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAD6 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDFC0 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D6AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B892 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209274 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176953 | 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: #F2FCFA;
--sea-green-100: #E2F9F2;
--sea-green-200: #C9F3E8;
--sea-green-300: #9FEAD6;
--sea-green-400: #6DDFC0;
--sea-green-500: #43D6AF;
--sea-green-600: #28B892;
--sea-green-700: #209274;
--sea-green-800: #176953;
--sea-green-900: #0F4335;
--sea-green-950: #092A21;
}