Sea Green
#336780
BlueColor Codes
All color formats for development
HEX
#336780RGB
rgb(51, 103, 128)HSL
hsl(199, 43%, 35%)OKLCH
oklch(0.489 0.068 231.3)CMYK
cmyk(60%, 20%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E5D73
2#295366
3#244859
4#1F3E4D
5#193440
6#142933
7#0F1F26
8#0A151A
9#050A0D
Tints
Lighter variations
1#3C7B97
2#468EAF
3#599DBD
4#71ABC6
5#88B9D0
6#A0C7D9
7#B8D5E3
8#D0E3EC
9#E7F1F6
Tones
Muted variations
1#37667C
2#3B6578
3#3E6374
4#426270
5#46606C
6#4A5F69
7#4E5D65
8#525C61
9#555B5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E3 #D0E3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCE #ABCEDE | BordersInactive statesPlaceholder text |
| 400 | 7FB4 #7FB4CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B9E #5B9EBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4082 #4082A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3367 #336780 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244A #244A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172F #172F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1E #0F1E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4F9FB;
--sea-green-100: #E5F0F5;
--sea-green-200: #D0E3EC;
--sea-green-300: #ABCEDE;
--sea-green-400: #7FB4CC;
--sea-green-500: #5B9EBE;
--sea-green-600: #4082A0;
--sea-green-700: #336780;
--sea-green-800: #244A5B;
--sea-green-900: #172F3A;
--sea-green-950: #0F1E24;
}