Sea Green
#326981
BlueColor Codes
All color formats for development
HEX
#326981RGB
rgb(50, 105, 129)HSL
hsl(198, 44%, 35%)OKLCH
oklch(0.494 0.069 229)CMYK
cmyk(61%, 19%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D5E74
2#285467
3#23495A
4#1E3F4D
5#193440
6#142A33
7#0F1F27
8#0A151A
9#050A0D
Tints
Lighter variations
1#3B7C98
2#4590B0
3#589FBE
4#70ADC7
5#88BBD1
6#A0C8DA
7#B7D6E3
8#CFE4EC
9#E7F1F6
Tones
Muted variations
1#36677D
2#3A6679
3#3E6475
4#426371
5#46616D
6#4A6069
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 | CFE4 #CFE4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCF #ABCFDE | BordersInactive statesPlaceholder text |
| 400 | 7EB5 #7EB5CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AA0 #5AA0BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F84 #3F84A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3269 #326981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244B #244B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1730 #17303B | 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: #CFE4EC;
--sea-green-300: #ABCFDE;
--sea-green-400: #7EB5CD;
--sea-green-500: #5AA0BF;
--sea-green-600: #3F84A2;
--sea-green-700: #326981;
--sea-green-800: #244B5C;
--sea-green-900: #17303B;
--sea-green-950: #0E1E25;
}