Sea Green
#328181
CyanColor Codes
All color formats for development
HEX
#328181RGB
rgb(50, 129, 129)HSL
hsl(180, 44%, 35%)OKLCH
oklch(0.555 0.076 195.2)CMYK
cmyk(61%, 0%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D7474
2#286767
3#235A5A
4#1E4D4D
5#194040
6#143333
7#0F2727
8#0A1A1A
9#050D0D
Tints
Lighter variations
1#3B9898
2#45B0B0
3#58BEBE
4#70C7C7
5#88D1D1
6#A0DADA
7#B7E3E3
8#CFECEC
9#E7F6F6
Tones
Muted variations
1#367D7D
2#3A7979
3#3E7575
4#427171
5#466D6D
6#4A6969
7#4D6565
8#516161
9#555D5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F5 #E5F5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFEC #CFECEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABDE #ABDEDE | BordersInactive statesPlaceholder text |
| 400 | 7ECD #7ECDCD | Disabled statesSecondary iconsMuted text |
| 500 | 5ABF #5ABFBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3FA2 #3FA2A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3281 #328181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 245C #245C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 173B #173B3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E25 #0E2525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4FBFB;
--sea-green-100: #E5F5F5;
--sea-green-200: #CFECEC;
--sea-green-300: #ABDEDE;
--sea-green-400: #7ECDCD;
--sea-green-500: #5ABFBF;
--sea-green-600: #3FA2A2;
--sea-green-700: #328181;
--sea-green-800: #245C5C;
--sea-green-900: #173B3B;
--sea-green-950: #0E2525;
}