Sea Green
#326881
BlueColor Codes
All color formats for development
HEX
#326881RGB
rgb(50, 104, 129)HSL
hsl(199, 44%, 35%)OKLCH
oklch(0.491 0.07 230.5)CMYK
cmyk(61%, 19%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D5D74
2#285367
3#23495A
4#1E3E4D
5#193440
6#142933
7#0F1F27
8#0A151A
9#050A0D
Tints
Lighter variations
1#3B7B98
2#458EB0
3#589EBE
4#70ACC7
5#88B9D1
6#A0C7DA
7#B7D5E3
8#CFE3EC
9#E7F1F6
Tones
Muted variations
1#36667D
2#3A6579
3#3E6375
4#426271
5#46606D
6#4A5F69
7#4D5E65
8#515C61
9#555B5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE3 #CFE3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCE #ABCEDE | BordersInactive statesPlaceholder text |
| 400 | 7EB4 #7EB4CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A9F #5A9FBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F82 #3F82A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3268 #326881 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244A #244A5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172F #172F3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1E #0E1E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4F9FB;
--sea-green-100: #E5F0F5;
--sea-green-200: #CFE3EC;
--sea-green-300: #ABCEDE;
--sea-green-400: #7EB4CD;
--sea-green-500: #5A9FBF;
--sea-green-600: #3F82A2;
--sea-green-700: #326881;
--sea-green-800: #244A5C;
--sea-green-900: #172F3B;
--sea-green-950: #0E1E25;
}