Sea Green
#326D81
BlueColor Codes
All color formats for development
HEX
#326D81RGB
rgb(50, 109, 129)HSL
hsl(195, 44%, 35%)OKLCH
oklch(0.504 0.069 223)CMYK
cmyk(61%, 16%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D6274
2#285767
3#234C5A
4#1E414D
5#193640
6#142C33
7#0F2127
8#0A161A
9#050B0D
Tints
Lighter variations
1#3B8198
2#4595B0
3#58A5BE
4#70B1C7
5#88BED1
6#A0CBDA
7#B7D8E3
8#CFE5EC
9#E7F2F6
Tones
Muted variations
1#366B7D
2#3A6979
3#3E6775
4#426571
5#46636D
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 | ABD1 #ABD1DE | BordersInactive statesPlaceholder text |
| 400 | 7EB9 #7EB9CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AA5 #5AA5BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F89 #3F89A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 326D #326D81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244E #244E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1732 #17323B | 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: #ABD1DE;
--sea-green-400: #7EB9CD;
--sea-green-500: #5AA5BF;
--sea-green-600: #3F89A2;
--sea-green-700: #326D81;
--sea-green-800: #244E5C;
--sea-green-900: #17323B;
--sea-green-950: #0E1F25;
}