Sea Green
#008046
GreenColor Codes
All color formats for development
HEX
#008046RGB
rgb(0, 128, 70)HSL
hsl(153, 100%, 25%)OKLCH
oklch(0.527 0.132 154.3)CMYK
cmyk(100%, 0%, 45%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00733F
2#006638
3#005931
4#004D2A
5#004023
6#00331C
7#002615
8#001A0E
9#000D07
Tints
Lighter variations
1#00A65B
2#00CC70
3#00F285
4#1AFF98
5#40FFA9
6#66FFBA
7#8CFFCB
8#B3FFDD
9#D9FFEE
Tones
Muted variations
1#067945
2#0D7345
3#136C44
4#196644
5#206043
6#265942
7#2D5342
8#334D41
9#394640
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFCA | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFAF | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E07B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B362 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008046 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00522D | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F0FFF8;
--sea-green-100: #DBFFEF;
--sea-green-200: #BDFFE1;
--sea-green-300: #8AFFCA;
--sea-green-400: #4DFFAF;
--sea-green-500: #1AFF98;
--sea-green-600: #00E07B;
--sea-green-700: #00B362;
--sea-green-800: #008046;
--sea-green-900: #00522D;
--sea-green-950: #00331C;
}