Sea Green
#057A48
GreenColor Codes
All color formats for development
HEX
#057A48RGB
rgb(5, 122, 72)HSL
hsl(154, 92%, 25%)OKLCH
oklch(0.51 0.121 156.4)CMYK
cmyk(96%, 0%, 41%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E40
2#046239
3#045632
4#03492B
5#033D24
6#02311D
7#022515
8#01180E
9#010C07
Tints
Lighter variations
1#079F5D
2#08C473
3#0AE988
4#23F69A
5#47F7AB
6#6CF9BC
7#91FACD
8#B6FCDD
9#DAFDEE
Tones
Muted variations
1#0B7547
2#116F46
3#176945
4#1D6344
5#225D44
6#285743
7#2E5142
8#344B41
9#3A4641
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 #BFFCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFACC | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8B1 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F69A | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D77E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E2E | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311D | 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: #BFFCE2;
--sea-green-300: #8EFACC;
--sea-green-400: #54F8B1;
--sea-green-500: #23F69A;
--sea-green-600: #09D77E;
--sea-green-700: #07AB64;
--sea-green-800: #057A48;
--sea-green-900: #034E2E;
--sea-green-950: #02311D;
}