Sea Green
#36647D
BlueColor Codes
All color formats for development
HEX
#36647DRGB
rgb(54, 100, 125)HSL
hsl(201, 40%, 35%)OKLCH
oklch(0.481 0.065 234.1)CMYK
cmyk(57%, 20%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#305A70
2#2B5064
3#254657
4#203C4B
5#1B323E
6#152832
7#101E25
8#0B1419
9#050A0C
Tints
Lighter variations
1#3F7794
2#4989AB
3#5D99B9
4#74A7C3
5#8BB6CD
6#A2C5D7
7#B9D3E1
8#D1E2EB
9#E8F0F5
Tones
Muted variations
1#396379
2#3D6276
3#406172
4#44606F
5#475F6B
6#4B5E68
7#4F5C64
8#525B60
9#565A5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EF #E6EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E2 #D1E2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCB #ADCBDC | BordersInactive statesPlaceholder text |
| 400 | 82B0 #82B0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E9A #5E9ABA | Primary brand colorCTAsActive elementsLinks |
| 600 | 437E #437E9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3664 #36647D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2647 #264759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 182E #182E39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1D #0F1D24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4F8FA;
--sea-green-100: #E6EFF4;
--sea-green-200: #D1E2EB;
--sea-green-300: #ADCBDC;
--sea-green-400: #82B0C9;
--sea-green-500: #5E9ABA;
--sea-green-600: #437E9D;
--sea-green-700: #36647D;
--sea-green-800: #264759;
--sea-green-900: #182E39;
--sea-green-950: #0F1D24;
}