Sea Green
#18C950
GreenColor Codes
All color formats for development
HEX
#18C950RGB
rgb(24, 201, 80)HSL
hsl(139, 79%, 44%)OKLCH
oklch(0.73 0.21 147.3)CMYK
cmyk(88%, 0%, 60%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15B548
2#13A140
3#108D38
4#0E7930
5#0C6428
6#095020
7#073C18
8#052810
9#021408
Tints
Lighter variations
1#1BE25A
2#33E76C
3#4CEA7E
4#66ED91
5#7FF0A3
6#99F3B5
7#B2F6C8
8#CCF9DA
9#E5FCED
Tones
Muted variations
1#20C053
2#29B756
3#32AE59
4#3BA55D
5#449D60
6#4D9463
7#568B66
8#5E826A
9#67796D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3B3 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FEC8C | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E76B | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C950 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A03F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D722D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FDF5;
--sea-green-100: #DFFBE8;
--sea-green-200: #C4F8D4;
--sea-green-300: #96F3B3;
--sea-green-400: #5FEC8C;
--sea-green-500: #32E76B;
--sea-green-600: #18C950;
--sea-green-700: #13A03F;
--sea-green-800: #0D722D;
--sea-green-900: #09491D;
--sea-green-950: #052E12;
}