Sea Green
#3C7077
CyanColor Codes
All color formats for development
HEX
#3C7077RGB
rgb(60, 112, 119)HSL
hsl(187, 33%, 35%)OKLCH
oklch(0.512 0.057 206.8)CMYK
cmyk(50%, 6%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36656B
2#30595F
3#2A4E53
4#244347
5#1E383B
6#182D2F
7#122224
8#0C1618
9#060B0C
Tints
Lighter variations
1#47858D
2#5299A3
3#65A8B1
4#7BB5BC
5#91C1C7
6#A7CDD3
7#BDDADE
8#D3E6E9
9#E9F3F4
Tones
Muted variations
1#3F6E74
2#426B71
3#45696E
4#48676B
5#4B6568
6#4D6265
7#506062
8#535E5F
9#565C5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E6 #D3E6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1D3 #B1D3D8 | BordersInactive statesPlaceholder text |
| 400 | 88BC #88BCC3 | Disabled statesSecondary iconsMuted text |
| 500 | 66A9 #66A9B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B8D #4B8D95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C70 #3C7077 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B50 #2B5055 | 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: #E7F2F3;
--sea-green-200: #D3E6E9;
--sea-green-300: #B1D3D8;
--sea-green-400: #88BCC3;
--sea-green-500: #66A9B2;
--sea-green-600: #4B8D95;
--sea-green-700: #3C7077;
--sea-green-800: #2B5055;
--sea-green-900: #1B3336;
--sea-green-950: #112022;
}