Sea Green
#00804D
GreenColor Codes
All color formats for development
HEX
#00804DRGB
rgb(0, 128, 77)HSL
hsl(156, 100%, 25%)OKLCH
oklch(0.528 0.125 157.2)CMYK
cmyk(100%, 0%, 40%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#007345
2#00663D
3#005936
4#004D2E
5#004026
6#00331F
7#002617
8#001A0F
9#000D08
Tints
Lighter variations
1#00A663
2#00CC7A
3#00F291
4#1AFFA3
5#40FFB3
6#66FFC2
7#8CFFD1
8#B3FFE0
9#D9FFF0
Tones
Muted variations
1#06794B
2#0D734A
3#136C49
4#196647
5#206046
6#265945
7#2D5344
8#334D42
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 #BDFFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD0 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFB8 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E087 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B36B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00804D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005231 | 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: #BDFFE4;
--sea-green-300: #8AFFD0;
--sea-green-400: #4DFFB8;
--sea-green-500: #1AFFA3;
--sea-green-600: #00E087;
--sea-green-700: #00B36B;
--sea-green-800: #00804D;
--sea-green-900: #005231;
--sea-green-950: #00331F;
}