Sea Green
#07AB5F
GreenColor Codes
All color formats for development
HEX
#07AB5FRGB
rgb(7, 171, 95)HSL
hsl(152, 92%, 35%)OKLCH
oklch(0.651 0.163 154)CMYK
cmyk(96%, 0%, 44%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069A55
2#06894C
3#057842
4#046739
5#04562F
6#034526
7#02331C
8#012213
9#011109
Tints
Lighter variations
1#08CB70
2#0AEB82
3#20F692
4#40F7A2
5#60F8B1
6#80FAC1
7#A0FBD0
8#BFFCE0
9#DFFEEF
Tones
Muted variations
1#0FA35E
2#189B5E
3#20935D
4#288B5D
5#30825C
6#387A5B
7#41725B
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 #BFFCE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAC8 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8AB | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F693 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D777 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A44 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E2B | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02311B | 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: #BFFCE0;
--sea-green-300: #8EFAC8;
--sea-green-400: #54F8AB;
--sea-green-500: #23F693;
--sea-green-600: #09D777;
--sea-green-700: #07AB5F;
--sea-green-800: #057A44;
--sea-green-900: #034E2B;
--sea-green-950: #02311B;
}