Sea Green
#0AA95F
GreenColor Codes
All color formats for development
HEX
#0AA95FRGB
rgb(10, 169, 95)HSL
hsl(152, 89%, 35%)OKLCH
oklch(0.646 0.16 154.3)CMYK
cmyk(94%, 0%, 44%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#099855
2#08874C
3#077642
4#066539
5#05542F
6#044326
7#03331C
8#022213
9#011109
Tints
Lighter variations
1#0CC870
2#0DE782
3#24F292
4#43F4A1
5#62F6B1
6#82F8C1
7#A1FAD0
8#C0FBE0
9#E0FDEF
Tones
Muted variations
1#12A15E
2#1A995D
3#22915D
4#2A895C
5#32815C
6#39795B
7#41715B
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 #C0FBE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9C8 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5AB | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F293 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD477 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA95F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077844 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D2B | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301B | 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: #C0FBE0;
--sea-green-300: #90F9C8;
--sea-green-400: #56F5AB;
--sea-green-500: #26F293;
--sea-green-600: #0CD477;
--sea-green-700: #0AA95F;
--sea-green-800: #077844;
--sea-green-900: #044D2B;
--sea-green-950: #03301B;
}