Sea Green
#396F79
CyanColor Codes
All color formats for development
HEX
#396F79RGB
rgb(57, 111, 121)HSL
hsl(189, 36%, 35%)OKLCH
oklch(0.509 0.059 211)CMYK
cmyk(53%, 8%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33656D
2#2E5961
3#284E55
4#224349
5#1D383D
6#172D31
7#112224
8#0B1618
9#060B0C
Tints
Lighter variations
1#448490
2#4E99A6
3#61A8B5
4#78B5BF
5#8EC1CA
6#A5CDD5
7#BBDADF
8#D2E6EA
9#E8F3F4
Tones
Muted variations
1#3C6D76
2#406B73
3#436970
4#46676D
5#496469
6#4C6266
7#506063
8#535E60
9#565B5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E6 #D2E6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD3 #AFD3D9 | BordersInactive statesPlaceholder text |
| 400 | 86BC #86BCC6 | Disabled statesSecondary iconsMuted text |
| 500 | 63A9 #63A9B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 488C #488C99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3970 #397079 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2950 #295057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A33 #1A3337 | Primary textHigh emphasis contentDark headings |
| 950 | 1020 #102023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F5F9FA;
--sea-green-100: #E7F2F4;
--sea-green-200: #D2E6EA;
--sea-green-300: #AFD3D9;
--sea-green-400: #86BCC6;
--sea-green-500: #63A9B6;
--sea-green-600: #488C99;
--sea-green-700: #397079;
--sea-green-800: #295057;
--sea-green-900: #1A3337;
--sea-green-950: #102023;
}