Sea Green
#337D80
CyanColor Codes
All color formats for development
HEX
#337D80RGB
rgb(51, 125, 128)HSL
hsl(182, 43%, 35%)OKLCH
oklch(0.545 0.073 198.9)CMYK
cmyk(60%, 2%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E7173
2#296466
3#245859
4#1F4B4D
5#193F40
6#143233
7#0F2626
8#0A191A
9#050D0D
Tints
Lighter variations
1#3C9497
2#46ACAF
3#59BABD
4#71C3C6
5#88CDD0
6#A0D7D9
7#B8E1E3
8#D0EBEC
9#E7F5F6
Tones
Muted variations
1#37797C
2#3B7678
3#3E7274
4#426F70
5#466B6C
6#4A6869
7#4E6465
8#526061
9#555D5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F4 #E5F4F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0EB #D0EBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABDC #ABDCDE | BordersInactive statesPlaceholder text |
| 400 | 7FCA #7FCACC | Disabled statesSecondary iconsMuted text |
| 500 | 5BBA #5BBABE | Primary brand colorCTAsActive elementsLinks |
| 600 | 409D #409DA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 337D #337D80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2459 #24595B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1739 #17393A | Primary textHigh emphasis contentDark headings |
| 950 | 0F24 #0F2424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4FAFB;
--sea-green-100: #E5F4F5;
--sea-green-200: #D0EBEC;
--sea-green-300: #ABDCDE;
--sea-green-400: #7FCACC;
--sea-green-500: #5BBABE;
--sea-green-600: #409DA0;
--sea-green-700: #337D80;
--sea-green-800: #24595B;
--sea-green-900: #17393A;
--sea-green-950: #0F2424;
}