Sea Green
#327981
CyanColor Codes
All color formats for development
HEX
#327981RGB
rgb(50, 121, 129)HSL
hsl(186, 44%, 35%)OKLCH
oklch(0.535 0.071 205.4)CMYK
cmyk(61%, 6%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D6D74
2#286167
3#23545A
4#1E484D
5#193C40
6#143033
7#0F2427
8#0A181A
9#050C0D
Tints
Lighter variations
1#3B8F98
2#45A5B0
3#58B4BE
4#70BFC7
5#88C9D1
6#A0D4DA
7#B7DFE3
8#CFEAEC
9#E7F4F6
Tones
Muted variations
1#36767D
2#3A7279
3#3E6F75
4#426C71
5#46696D
6#4A6669
7#4D6365
8#516061
9#555C5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFEA #CFEAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD9 #ABD9DE | BordersInactive statesPlaceholder text |
| 400 | 7EC5 #7EC5CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AB5 #5AB5BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F98 #3F98A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3279 #327981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2456 #24565C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1737 #17373B | Primary textHigh emphasis contentDark headings |
| 950 | 0E22 #0E2225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4FAFB;
--sea-green-100: #E5F3F5;
--sea-green-200: #CFEAEC;
--sea-green-300: #ABD9DE;
--sea-green-400: #7EC5CD;
--sea-green-500: #5AB5BF;
--sea-green-600: #3F98A2;
--sea-green-700: #327981;
--sea-green-800: #24565C;
--sea-green-900: #17373B;
--sea-green-950: #0E2225;
}