Sea Green
#326E81
CyanColor Codes
All color formats for development
HEX
#326E81RGB
rgb(50, 110, 129)HSL
hsl(194, 44%, 35%)OKLCH
oklch(0.507 0.069 221.5)CMYK
cmyk(61%, 15%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D6374
2#285867
3#234D5A
4#1E424D
5#193740
6#142C33
7#0F2127
8#0A161A
9#050B0D
Tints
Lighter variations
1#3B8398
2#4597B0
3#58A6BE
4#70B3C7
5#88C0D1
6#A0CCDA
7#B7D9E3
8#CFE6EC
9#E7F2F6
Tones
Muted variations
1#366C7D
2#3A6A79
3#3E6875
4#426671
5#46646D
6#4A6269
7#4D6065
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 | CFE6 #CFE6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD2 #ABD2DE | BordersInactive statesPlaceholder text |
| 400 | 7EBB #7EBBCD | Disabled statesSecondary iconsMuted text |
| 500 | 5AA7 #5AA7BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F8B #3F8BA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 326E #326E81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244F #244F5C | 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: #CFE6EC;
--sea-green-300: #ABD2DE;
--sea-green-400: #7EBBCD;
--sea-green-500: #5AA7BF;
--sea-green-600: #3F8BA2;
--sea-green-700: #326E81;
--sea-green-800: #244F5C;
--sea-green-900: #17323B;
--sea-green-950: #0E1F25;
}