Sea Green
#18C94A
GreenColor Codes
All color formats for development
HEX
#18C94ARGB
rgb(24, 201, 74)HSL
hsl(137, 79%, 44%)OKLCH
oklch(0.73 0.214 146.5)CMYK
cmyk(88%, 0%, 63%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B542
2#13A13B
3#108D34
4#0E792C
5#0C6425
6#09501E
7#073C16
8#05280F
9#021407
Tints
Lighter variations
1#1BE253
2#33E766
3#4CEA79
4#66ED8C
5#7FF09F
6#99F3B2
7#B2F6C5
8#CCF9D9
9#E5FCEC
Tones
Muted variations
1#20C04E
2#29B751
3#32AE55
4#3BA559
5#449D5D
6#4D9461
7#568B65
8#5E8269
9#67796C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3B0 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC87 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E765 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C94A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A03B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D722A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491B | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF5;
--sea-green-100: #DFFBE7;
--sea-green-200: #C4F8D3;
--sea-green-300: #96F3B0;
--sea-green-400: #5FEC87;
--sea-green-500: #32E765;
--sea-green-600: #18C94A;
--sea-green-700: #13A03B;
--sea-green-800: #0D722A;
--sea-green-900: #09491B;
--sea-green-950: #052E11;
}