Sea Green
#3C6F77
CyanColor Codes
All color formats for development
HEX
#3C6F77RGB
rgb(60, 111, 119)HSL
hsl(188, 33%, 35%)OKLCH
oklch(0.509 0.056 208.6)CMYK
cmyk(50%, 7%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36646B
2#30595F
3#2A4E53
4#244347
5#1E373B
6#182C2F
7#122124
8#0C1618
9#060B0C
Tints
Lighter variations
1#47838D
2#5298A3
3#65A7B1
4#7BB4BC
5#91C0C7
6#A7CDD3
7#BDD9DE
8#D3E6E9
9#E9F2F4
Tones
Muted variations
1#3F6D74
2#426B71
3#45686E
4#48666B
5#4B6468
6#4D6265
7#506062
8#535E5F
9#565B5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F1 #E7F1F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E6 #D3E6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D3 #B1D3D8 | BordersInactive statesPlaceholder text |
| 400 | 88BB #88BBC3 | Disabled statesSecondary iconsMuted text |
| 500 | 66A8 #66A8B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B8B #4B8B95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C6F #3C6F77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B4F #2B4F55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B33 #1B3336 | Primary textHigh emphasis contentDark headings |
| 950 | 1120 #112022 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F5F9FA;
--sea-green-100: #E7F1F3;
--sea-green-200: #D3E6E9;
--sea-green-300: #B1D3D8;
--sea-green-400: #88BBC3;
--sea-green-500: #66A8B2;
--sea-green-600: #4B8B95;
--sea-green-700: #3C6F77;
--sea-green-800: #2B4F55;
--sea-green-900: #1B3336;
--sea-green-950: #112022;
}