Sea Green
#397779
CyanColor Codes
All color formats for development
HEX
#397779RGB
rgb(57, 119, 121)HSL
hsl(182, 36%, 35%)OKLCH
oklch(0.529 0.064 198.2)CMYK
cmyk(53%, 2%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#336B6D
2#2E5F61
3#285355
4#224849
5#1D3C3D
6#173031
7#112424
8#0B1818
9#060C0C
Tints
Lighter variations
1#448D90
2#4EA4A6
3#61B2B5
4#78BDBF
5#8EC8CA
6#A5D3D5
7#BBDEDF
8#D2E9EA
9#E8F4F4
Tones
Muted variations
1#3C7476
2#407173
3#436E70
4#466B6D
5#496869
6#4C6566
7#506263
8#535F60
9#565C5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F3 #E7F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E9 #D2E9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD8 #AFD8D9 | BordersInactive statesPlaceholder text |
| 400 | 86C4 #86C4C6 | Disabled statesSecondary iconsMuted text |
| 500 | 63B3 #63B3B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4896 #489699 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3977 #397779 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2955 #295557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A37 #1A3737 | Primary textHigh emphasis contentDark headings |
| 950 | 1022 #102223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F5FAFA;
--sea-green-100: #E7F3F4;
--sea-green-200: #D2E9EA;
--sea-green-300: #AFD8D9;
--sea-green-400: #86C4C6;
--sea-green-500: #63B3B6;
--sea-green-600: #489699;
--sea-green-700: #397779;
--sea-green-800: #295557;
--sea-green-900: #1A3737;
--sea-green-950: #102223;
}