Sea Green
#08774D
GreenColor Codes
All color formats for development
HEX
#08774DRGB
rgb(8, 119, 77)HSL
hsl(157, 87%, 25%)OKLCH
oklch(0.503 0.112 159.7)CMYK
cmyk(93%, 0%, 35%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#076B45
2#075F3D
3#065336
4#05482E
5#043C26
6#03301F
7#022417
8#02180F
9#010C08
Tints
Lighter variations
1#0B9B64
2#0DBF7B
3#10E392
4#28F0A4
5#4CF3B3
6#70F5C2
7#94F8D1
8#B7FAE1
9#DBFDF0
Tones
Muted variations
1#0E724B
2#136C4A
3#196749
4#1E6148
5#245B46
6#2A5645
7#2F5044
8#354B42
9#3A4541
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F7 #91F7D0 | BordersInactive statesPlaceholder text |
| 400 | 58F3 #58F3B8 | Disabled statesSecondary iconsMuted text |
| 500 | 28F0 #28F0A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FD2 #0FD287 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA7 #0CA76B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0877 #08774D | Text on light backgroundsHeadingsStrong borders |
| 900 | 054C #054C31 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F1FEF9;
--sea-green-100: #DEFDF1;
--sea-green-200: #C1FBE5;
--sea-green-300: #91F7D0;
--sea-green-400: #58F3B8;
--sea-green-500: #28F0A4;
--sea-green-600: #0FD287;
--sea-green-700: #0CA76B;
--sea-green-800: #08774D;
--sea-green-900: #054C31;
--sea-green-950: #03301F;
}