Sea Green
#326581
BlueColor Codes
All color formats for development
HEX
#326581RGB
rgb(50, 101, 129)HSL
hsl(201, 44%, 35%)OKLCH
oklch(0.484 0.071 234.9)CMYK
cmyk(61%, 22%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D5B74
2#285167
3#23475A
4#1E3D4D
5#193340
6#142833
7#0F1E27
8#0A141A
9#050A0D
Tints
Lighter variations
1#3B7898
2#458BB0
3#589ABE
4#70A9C7
5#88B7D1
6#A0C5DA
7#B7D4E3
8#CFE2EC
9#E7F1F6
Tones
Muted variations
1#36647D
2#3A6379
3#3E6175
4#426071
5#465F6D
6#4A5E69
7#4D5D65
8#515C61
9#555A5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE2 #CFE2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCC #ABCCDE | BordersInactive statesPlaceholder text |
| 400 | 7EB2 #7EB2CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A9B #5A9BBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F7F #3F7FA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3265 #326581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2448 #24485C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172E #172E3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1D #0E1D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4F8FB;
--sea-green-100: #E5F0F5;
--sea-green-200: #CFE2EC;
--sea-green-300: #ABCCDE;
--sea-green-400: #7EB2CD;
--sea-green-500: #5A9BBF;
--sea-green-600: #3F7FA2;
--sea-green-700: #326581;
--sea-green-800: #24485C;
--sea-green-900: #172E3B;
--sea-green-950: #0E1D25;
}