Sea Green
#327081
CyanColor Codes
All color formats for development
HEX
#327081RGB
rgb(50, 112, 129)HSL
hsl(193, 44%, 35%)OKLCH
oklch(0.512 0.069 218.5)CMYK
cmyk(61%, 13%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D6474
2#285967
3#234E5A
4#1E434D
5#193840
6#142D33
7#0F2127
8#0A161A
9#050B0D
Tints
Lighter variations
1#3B8498
2#4599B0
3#58A8BE
4#70B4C7
5#88C1D1
6#A0CDDA
7#B7DAE3
8#CFE6EC
9#E7F3F6
Tones
Muted variations
1#366D7D
2#3A6B79
3#3E6975
4#426771
5#46646D
6#4A6269
7#4D6065
8#515E61
9#555B5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE6 #CFE6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD3 #ABD3DE | BordersInactive statesPlaceholder text |
| 400 | 7EBC #7EBCCD | Disabled statesSecondary iconsMuted text |
| 500 | 5AA9 #5AA9BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F8C #3F8CA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3270 #327081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2450 #24505C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1733 #17333B | Primary textHigh emphasis contentDark headings |
| 950 | 0E20 #0E2025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4F9FB;
--sea-green-100: #E5F2F5;
--sea-green-200: #CFE6EC;
--sea-green-300: #ABD3DE;
--sea-green-400: #7EBCCD;
--sea-green-500: #5AA9BF;
--sea-green-600: #3F8CA2;
--sea-green-700: #327081;
--sea-green-800: #24505C;
--sea-green-900: #17333B;
--sea-green-950: #0E2025;
}