Sea Green
#09AA5F
GreenColor Codes
All color formats for development
HEX
#09AA5FRGB
rgb(9, 170, 95)HSL
hsl(152, 90%, 35%)OKLCH
oklch(0.648 0.161 154.1)CMYK
cmyk(95%, 0%, 44%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#089955
2#07884C
3#067742
4#056639
5#04552F
6#044426
7#03331C
8#022213
9#011109
Tints
Lighter variations
1#0BC970
2#0CE982
3#23F392
4#42F5A2
5#62F7B1
6#81F8C1
7#A1FAD0
8#C0FCE0
9#E0FDEF
Tones
Muted variations
1#11A25E
2#199A5E
3#21915D
4#29895C
5#31815C
6#39795B
7#41715B
8#49695A
9#51615A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FC #C0FCE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9C8 | BordersInactive statesPlaceholder text |
| 400 | 55F6 #55F6AB | Disabled statesSecondary iconsMuted text |
| 500 | 25F4 #25F493 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BD5 #0BD577 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 09AA #09AA5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0679 #067944 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044E #044E2B | 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: #F0FEF8;
--sea-green-100: #DDFDEE;
--sea-green-200: #C0FCE0;
--sea-green-300: #90F9C8;
--sea-green-400: #55F6AB;
--sea-green-500: #25F493;
--sea-green-600: #0BD577;
--sea-green-700: #09AA5F;
--sea-green-800: #067944;
--sea-green-900: #044E2B;
--sea-green-950: #03301B;
}