Sea Green
#189A4C
GreenColor Codes
All color formats for development
HEX
#189A4CRGB
rgb(24, 154, 76)HSL
hsl(144, 73%, 35%)OKLCH
oklch(0.603 0.156 150.6)CMYK
cmyk(84%, 0%, 51%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168B45
2#137C3D
3#116C35
4#0E5D2E
5#0C4D26
6#0A3E1E
7#072E17
8#051F0F
9#020F08
Tints
Lighter variations
1#1DB75A
2#21D469
3#36E07A
4#53E48D
5#70E9A0
6#8CEDB3
7#A9F2C6
8#C6F6D9
9#E2FBEC
Tones
Muted variations
1#1F944E
2#258D4F
3#2C8750
4#328051
5#397A53
6#3F7354
7#466D55
8#4C6657
9#536058
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFBC | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E799 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E07B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC260 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A4C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E36 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4723 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F2FDF6;
--sea-green-100: #E0FAEB;
--sea-green-200: #C6F6D9;
--sea-green-300: #9AEFBC;
--sea-green-400: #65E799;
--sea-green-500: #38E07B;
--sea-green-600: #1EC260;
--sea-green-700: #189A4C;
--sea-green-800: #116E36;
--sea-green-900: #0B4723;
--sea-green-950: #072C16;
}