Sea Green
#077855
GreenColor Codes
All color formats for development
HEX
#077855RGB
rgb(7, 120, 85)HSL
hsl(161, 89%, 25%)OKLCH
oklch(0.508 0.106 164.2)CMYK
cmyk(94%, 0%, 29%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#066C4C
2#066044
3#05543B
4#044833
5#043C2A
6#033022
7#022419
8#011811
9#010C08
Tints
Lighter variations
1#099D6E
2#0BC187
3#0DE5A1
4#26F2B2
5#4AF4BF
6#6EF7CB
7#93F9D8
8#B7FBE5
9#DBFDF2
Tones
Muted variations
1#0D7352
2#126D50
3#18674E
4#1E624C
5#235C4A
6#295648
7#2F5146
8#344B44
9#3A4542
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9D7 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5C3 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F2B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD495 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA976 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077855 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D36 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033022 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEFA;
--sea-green-100: #DDFDF3;
--sea-green-200: #C0FBE9;
--sea-green-300: #90F9D7;
--sea-green-400: #56F5C3;
--sea-green-500: #26F2B2;
--sea-green-600: #0CD495;
--sea-green-700: #0AA976;
--sea-green-800: #077855;
--sea-green-900: #044D36;
--sea-green-950: #033022;
}