Sea Green
#057A46
GreenColor Codes
All color formats for development
HEX
#057A46RGB
rgb(5, 122, 70)HSL
hsl(153, 92%, 25%)OKLCH
oklch(0.51 0.123 155.5)CMYK
cmyk(96%, 0%, 43%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E3F
2#046238
3#045631
4#03492A
5#033D23
6#02311C
7#022515
8#01180E
9#010C07
Tints
Lighter variations
1#079F5A
2#08C46F
3#0AE984
4#23F697
5#47F7A8
6#6CF9BA
7#91FACB
8#B6FCDC
9#DAFDEE
Tones
Muted variations
1#0B7545
2#116F44
3#176944
4#1D6343
5#225D43
6#285742
7#2E5142
8#344B41
9#3A4640
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFACA | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8AE | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F697 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D77B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E2D | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F0FEF8;
--sea-green-100: #DDFEEF;
--sea-green-200: #BFFCE1;
--sea-green-300: #8EFACA;
--sea-green-400: #54F8AE;
--sea-green-500: #23F697;
--sea-green-600: #09D77B;
--sea-green-700: #07AB61;
--sea-green-800: #057A46;
--sea-green-900: #034E2D;
--sea-green-950: #02311C;
}