Sea Green
#337080
CyanColor Codes
All color formats for development
HEX
#337080RGB
rgb(51, 112, 128)HSL
hsl(192, 43%, 35%)OKLCH
oklch(0.512 0.067 217.5)CMYK
cmyk(60%, 13%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E6573
2#295A66
3#244F59
4#1F434D
5#193840
6#142D33
7#0F2226
8#0A161A
9#050B0D
Tints
Lighter variations
1#3C8597
2#469AAF
3#59A9BD
4#71B5C6
5#88C2D0
6#A0CED9
7#B8DAE3
8#D0E6EC
9#E7F3F6
Tones
Muted variations
1#376E7C
2#3B6C78
3#3E6974
4#426770
5#46656C
6#4A6269
7#4E6065
8#525E61
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 | D0E6 #D0E6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD3 #ABD3DE | BordersInactive statesPlaceholder text |
| 400 | 7FBD #7FBDCC | Disabled statesSecondary iconsMuted text |
| 500 | 5BAA #5BAABE | Primary brand colorCTAsActive elementsLinks |
| 600 | 408D #408DA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3370 #337080 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2450 #24505B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1733 #17333A | Primary textHigh emphasis contentDark headings |
| 950 | 0F20 #0F2024 | 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: #D0E6EC;
--sea-green-300: #ABD3DE;
--sea-green-400: #7FBDCC;
--sea-green-500: #5BAABE;
--sea-green-600: #408DA0;
--sea-green-700: #337080;
--sea-green-800: #24505B;
--sea-green-900: #17333A;
--sea-green-950: #0F2024;
}