Sea Green
#327581
CyanColor Codes
All color formats for development
HEX
#327581RGB
rgb(50, 117, 129)HSL
hsl(189, 44%, 35%)OKLCH
oklch(0.524 0.07 211.1)CMYK
cmyk(61%, 9%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D6974
2#285D67
3#23525A
4#1E464D
5#193A40
6#142F33
7#0F2327
8#0A171A
9#050C0D
Tints
Lighter variations
1#3B8A98
2#45A0B0
3#58AFBE
4#70BAC7
5#88C6D1
6#A0D1DA
7#B7DDE3
8#CFE8EC
9#E7F4F6
Tones
Muted variations
1#36727D
2#3A6F79
3#3E6C75
4#426A71
5#46676D
6#4A6469
7#4D6165
8#515F61
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 | CFE8 #CFE8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD6 #ABD6DE | BordersInactive statesPlaceholder text |
| 400 | 7EC1 #7EC1CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AB0 #5AB0BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F93 #3F93A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3275 #327581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2453 #24535C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1735 #17353B | Primary textHigh emphasis contentDark headings |
| 950 | 0E21 #0E2125 | 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: #CFE8EC;
--sea-green-300: #ABD6DE;
--sea-green-400: #7EC1CD;
--sea-green-500: #5AB0BF;
--sea-green-600: #3F93A2;
--sea-green-700: #327581;
--sea-green-800: #24535C;
--sea-green-900: #17353B;
--sea-green-950: #0E2125;
}