Sea Green
#337C80
CyanColor Codes
All color formats for development
HEX
#337C80RGB
rgb(51, 124, 128)HSL
hsl(183, 43%, 35%)OKLCH
oklch(0.542 0.072 200.2)CMYK
cmyk(60%, 3%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E6F73
2#296366
3#245759
4#1F4A4D
5#193E40
6#143233
7#0F2526
8#0A191A
9#050C0D
Tints
Lighter variations
1#3C9397
2#46AAAF
3#59B8BD
4#71C2C6
5#88CCD0
6#A0D6D9
7#B8E1E3
8#D0EBEC
9#E7F5F6
Tones
Muted variations
1#37787C
2#3B7578
3#3E7174
4#426E70
5#466B6C
6#4A6769
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 | ABDB #ABDBDE | BordersInactive statesPlaceholder text |
| 400 | 7FC8 #7FC8CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BB9 #5BB9BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 409C #409CA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 337C #337C80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2458 #24585B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1739 #17393A | Primary textHigh emphasis contentDark headings |
| 950 | 0F23 #0F2324 | 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: #ABDBDE;
--sea-green-400: #7FC8CC;
--sea-green-500: #5BB9BE;
--sea-green-600: #409CA0;
--sea-green-700: #337C80;
--sea-green-800: #24585B;
--sea-green-900: #17393A;
--sea-green-950: #0F2324;
}