Sea Green
#36797D
CyanColor Codes
All color formats for development
HEX
#36797DRGB
rgb(54, 121, 125)HSL
hsl(183, 40%, 35%)OKLCH
oklch(0.535 0.068 200.6)CMYK
cmyk(57%, 3%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#306D70
2#2B6164
3#255557
4#20494B
5#1B3D3E
6#153132
7#102425
8#0B1819
9#050C0C
Tints
Lighter variations
1#3F9094
2#49A6AB
3#5DB5B9
4#74BFC3
5#8BCACD
6#A2D5D7
7#B9DFE1
8#D1EAEB
9#E8F4F5
Tones
Muted variations
1#397679
2#3D7376
3#407072
4#446D6F
5#47696B
6#4B6668
7#4F6364
8#526060
9#565C5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1EA #D1EAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD9 #ADD9DC | BordersInactive statesPlaceholder text |
| 400 | 82C6 #82C6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EB6 #5EB6BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4399 #43999D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3679 #36797D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2657 #265759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1837 #183739 | Primary textHigh emphasis contentDark headings |
| 950 | 0F23 #0F2324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4FAFA;
--sea-green-100: #E6F4F4;
--sea-green-200: #D1EAEB;
--sea-green-300: #ADD9DC;
--sea-green-400: #82C6C9;
--sea-green-500: #5EB6BA;
--sea-green-600: #43999D;
--sea-green-700: #36797D;
--sea-green-800: #265759;
--sea-green-900: #183739;
--sea-green-950: #0F2324;
}