Sea Green
#36787D
CyanColor Codes
All color formats for development
HEX
#36787DRGB
rgb(54, 120, 125)HSL
hsl(184, 40%, 35%)OKLCH
oklch(0.532 0.067 202)CMYK
cmyk(57%, 4%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#306C70
2#2B6064
3#255457
4#20484B
5#1B3C3E
6#153032
7#102425
8#0B1819
9#050C0C
Tints
Lighter variations
1#3F8F94
2#49A5AB
3#5DB3B9
4#74BEC3
5#8BC9CD
6#A2D4D7
7#B9DFE1
8#D1E9EB
9#E8F4F5
Tones
Muted variations
1#397579
2#3D7276
3#406F72
4#446C6F
5#47696B
6#4B6668
7#4F6364
8#525F60
9#565C5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F3 #E6F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E9 #D1E9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD9 #ADD9DC | BordersInactive statesPlaceholder text |
| 400 | 82C5 #82C5C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EB4 #5EB4BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4397 #43979D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3678 #36787D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2656 #265659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1837 #183739 | Primary textHigh emphasis contentDark headings |
| 950 | 0F22 #0F2224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4FAFA;
--sea-green-100: #E6F3F4;
--sea-green-200: #D1E9EB;
--sea-green-300: #ADD9DC;
--sea-green-400: #82C5C9;
--sea-green-500: #5EB4BA;
--sea-green-600: #43979D;
--sea-green-700: #36787D;
--sea-green-800: #265659;
--sea-green-900: #183739;
--sea-green-950: #0F2224;
}