Sea Green
#00804F
GreenColor Codes
All color formats for development
HEX
#00804FRGB
rgb(0, 128, 79)HSL
hsl(157, 100%, 25%)OKLCH
oklch(0.528 0.123 158.1)CMYK
cmyk(100%, 0%, 38%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#007347
2#00663F
3#005937
4#004D2F
5#004027
6#00331F
7#002618
8#001A10
9#000D08
Tints
Lighter variations
1#00A666
2#00CC7E
3#00F295
4#1AFFA7
5#40FFB6
6#66FFC4
7#8CFFD3
8#B3FFE2
9#D9FFF0
Tones
Muted variations
1#06794D
2#0D734C
3#136C4A
4#196649
5#206047
6#265946
7#2D5344
8#334D43
9#394641
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD2 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFBB | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFA7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E08A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B36E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00804F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005232 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F0FFF9;
--sea-green-100: #DBFFF1;
--sea-green-200: #BDFFE6;
--sea-green-300: #8AFFD2;
--sea-green-400: #4DFFBB;
--sea-green-500: #1AFFA7;
--sea-green-600: #00E08A;
--sea-green-700: #00B36E;
--sea-green-800: #00804F;
--sea-green-900: #005232;
--sea-green-950: #00331F;
}