Sea Green
#336680
BlueColor Codes
All color formats for development
HEX
#336680RGB
rgb(51, 102, 128)HSL
hsl(200, 43%, 35%)OKLCH
oklch(0.486 0.069 232.8)CMYK
cmyk(60%, 20%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E5C73
2#295266
3#244759
4#1F3D4D
5#193340
6#142933
7#0F1F26
8#0A141A
9#050A0D
Tints
Lighter variations
1#3C7997
2#468CAF
3#599CBD
4#71AAC6
5#88B8D0
6#A0C6D9
7#B8D4E3
8#D0E3EC
9#E7F1F6
Tones
Muted variations
1#37657C
2#3B6378
3#3E6274
4#426170
5#46606C
6#4A5E69
7#4E5D65
8#525C61
9#555B5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E3 #D0E3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCD #ABCDDE | BordersInactive statesPlaceholder text |
| 400 | 7FB3 #7FB3CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B9D #5B9DBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4080 #4080A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3366 #336680 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2449 #24495B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172F #172F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1D #0F1D24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4F8FB;
--sea-green-100: #E5F0F5;
--sea-green-200: #D0E3EC;
--sea-green-300: #ABCDDE;
--sea-green-400: #7FB3CC;
--sea-green-500: #5B9DBE;
--sea-green-600: #4080A0;
--sea-green-700: #336680;
--sea-green-800: #24495B;
--sea-green-900: #172F3A;
--sea-green-950: #0F1D24;
}