Sea Green
#327181
CyanColor Codes
All color formats for development
HEX
#327181RGB
rgb(50, 113, 129)HSL
hsl(192, 44%, 35%)OKLCH
oklch(0.514 0.069 217)CMYK
cmyk(61%, 12%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D6674
2#285A67
3#234F5A
4#1E444D
5#193840
6#142D33
7#0F2227
8#0A171A
9#050B0D
Tints
Lighter variations
1#3B8698
2#459BB0
3#58AABE
4#70B6C7
5#88C2D1
6#A0CEDA
7#B7DAE3
8#CFE7EC
9#E7F3F6
Tones
Muted variations
1#366E7D
2#3A6C79
3#3E6A75
4#426771
5#46656D
6#4A6369
7#4D6065
8#515E61
9#555C5D
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 | CFE7 #CFE7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD4 #ABD4DE | BordersInactive statesPlaceholder text |
| 400 | 7EBD #7EBDCD | Disabled statesSecondary iconsMuted text |
| 500 | 5AAB #5AABBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F8E #3F8EA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3271 #327181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2451 #24515C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1734 #17343B | 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: #CFE7EC;
--sea-green-300: #ABD4DE;
--sea-green-400: #7EBDCD;
--sea-green-500: #5AABBF;
--sea-green-600: #3F8EA2;
--sea-green-700: #327181;
--sea-green-800: #24515C;
--sea-green-900: #17343B;
--sea-green-950: #0E2025;
}