Sea Green
#057A53
GreenColor Codes
All color formats for development
HEX
#057A53RGB
rgb(5, 122, 83)HSL
hsl(160, 92%, 25%)OKLCH
oklch(0.513 0.111 162.1)CMYK
cmyk(96%, 0%, 32%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#056E4B
2#046243
3#04563A
4#034932
5#033D2A
6#023121
7#022519
8#011811
9#010C08
Tints
Lighter variations
1#079F6C
2#08C485
3#0AE99E
4#23F6AF
5#47F7BD
6#6CF9CA
7#91FAD7
8#B6FCE4
9#DAFDF2
Tones
Muted variations
1#0B7551
2#116F4F
3#17694D
4#1D634B
5#225D4A
6#285748
7#2E5146
8#344B44
9#3A4642
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAD6 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8C1 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D793 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E35 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F0FEFA;
--sea-green-100: #DDFEF3;
--sea-green-200: #BFFCE8;
--sea-green-300: #8EFAD6;
--sea-green-400: #54F8C1;
--sea-green-500: #23F6AF;
--sea-green-600: #09D793;
--sea-green-700: #07AB75;
--sea-green-800: #057A53;
--sea-green-900: #034E35;
--sea-green-950: #023121;
}