Sea Green
#38757A
CyanColor Codes
All color formats for development
HEX
#38757ARGB
rgb(56, 117, 122)HSL
hsl(185, 37%, 35%)OKLCH
oklch(0.524 0.063 202.5)CMYK
cmyk(54%, 4%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33696E
2#2D5D62
3#275256
4#224649
5#1C3A3D
6#162F31
7#112325
8#0B1718
9#060C0C
Tints
Lighter variations
1#438A91
2#4DA0A8
3#60AFB6
4#77BAC0
5#8DC6CB
6#A4D1D5
7#BBDDE0
8#D2E8EA
9#E8F4F5
Tones
Muted variations
1#3C7277
2#3F6F74
3#426D70
4#456A6D
5#49676A
6#4C6466
7#4F6263
8#535F60
9#565C5D
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 | D2E8 #D2E8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD6 #AFD6DA | BordersInactive statesPlaceholder text |
| 400 | 85C1 #85C1C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62B0 #62B0B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4793 #47939A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3875 #38757A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2853 #285357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A35 #1A3538 | Primary textHigh emphasis contentDark headings |
| 950 | 1021 #102123 | 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: #D2E8EA;
--sea-green-300: #AFD6DA;
--sea-green-400: #85C1C7;
--sea-green-500: #62B0B7;
--sea-green-600: #47939A;
--sea-green-700: #38757A;
--sea-green-800: #285357;
--sea-green-900: #1A3538;
--sea-green-950: #102123;
}