Sea Green
#0AA95C
GreenColor Codes
All color formats for development
HEX
#0AA95CRGB
rgb(10, 169, 92)HSL
hsl(151, 89%, 35%)OKLCH
oklch(0.645 0.163 153.4)CMYK
cmyk(94%, 0%, 46%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#099853
2#08874A
3#077640
4#066537
5#05542E
6#044325
7#03331C
8#022212
9#011109
Tints
Lighter variations
1#0CC86D
2#0DE77E
3#24F28E
4#43F49F
5#62F6AF
6#82F8BF
7#A1FACF
8#C0FBDF
9#E0FDEF
Tones
Muted variations
1#12A15C
2#1A995B
3#22915B
4#2A895B
5#32815B
6#39795A
7#41715A
8#49695A
9#51615A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBDF | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9C6 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5A8 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F290 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD474 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA95C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077842 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D2A | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEF8;
--sea-green-100: #DDFDEE;
--sea-green-200: #C0FBDF;
--sea-green-300: #90F9C6;
--sea-green-400: #56F5A8;
--sea-green-500: #26F290;
--sea-green-600: #0CD474;
--sea-green-700: #0AA95C;
--sea-green-800: #077842;
--sea-green-900: #044D2A;
--sea-green-950: #03301A;
}