Sea Green
#326C81
BlueColor Codes
All color formats for development
HEX
#326C81RGB
rgb(50, 108, 129)HSL
hsl(196, 44%, 35%)OKLCH
oklch(0.501 0.069 224.5)CMYK
cmyk(61%, 16%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D6174
2#285667
3#234B5A
4#1E414D
5#193640
6#142B33
7#0F2027
8#0A161A
9#050B0D
Tints
Lighter variations
1#3B8098
2#4594B0
3#58A3BE
4#70B0C7
5#88BDD1
6#A0CADA
7#B7D7E3
8#CFE5EC
9#E7F2F6
Tones
Muted variations
1#366A7D
2#3A6879
3#3E6675
4#426471
5#46626D
6#4A6169
7#4D5F65
8#515D61
9#555B5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F1 #E5F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE5 #CFE5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD0 #ABD0DE | BordersInactive statesPlaceholder text |
| 400 | 7EB8 #7EB8CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AA4 #5AA4BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F87 #3F87A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 326C #326C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244D #244D5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1731 #17313B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1F #0E1F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4F9FB;
--sea-green-100: #E5F1F5;
--sea-green-200: #CFE5EC;
--sea-green-300: #ABD0DE;
--sea-green-400: #7EB8CD;
--sea-green-500: #5AA4BF;
--sea-green-600: #3F87A2;
--sea-green-700: #326C81;
--sea-green-800: #244D5C;
--sea-green-900: #17313B;
--sea-green-950: #0E1F25;
}