Sea Green
#07AB5C
GreenColor Codes
All color formats for development
HEX
#07AB5CRGB
rgb(7, 171, 92)HSL
hsl(151, 92%, 35%)OKLCH
oklch(0.65 0.166 153.1)CMYK
cmyk(96%, 0%, 46%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069A53
2#06894A
3#057840
4#046737
5#04562E
6#034525
7#02331C
8#012212
9#011109
Tints
Lighter variations
1#08CB6D
2#0AEB7E
3#20F68F
4#40F79F
5#60F8AF
6#80FABF
7#A0FBCF
8#BFFCDF
9#DFFEEF
Tones
Muted variations
1#0FA35C
2#189B5B
3#20935B
4#288B5B
5#30825B
6#387A5A
7#41725A
8#496A5A
9#51615A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCDF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAC6 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8A8 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F690 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D774 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB5C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A42 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E2A | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F0FEF8;
--sea-green-100: #DDFEEE;
--sea-green-200: #BFFCDF;
--sea-green-300: #8EFAC6;
--sea-green-400: #54F8A8;
--sea-green-500: #23F690;
--sea-green-600: #09D774;
--sea-green-700: #07AB5C;
--sea-green-800: #057A42;
--sea-green-900: #034E2A;
--sea-green-950: #02311A;
}