Sea Green
#38737A
CyanColor Codes
All color formats for development
HEX
#38737ARGB
rgb(56, 115, 122)HSL
hsl(186, 37%, 35%)OKLCH
oklch(0.519 0.062 205.6)CMYK
cmyk(54%, 6%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#33686E
2#2D5D62
3#275156
4#224549
5#1C3A3D
6#162E31
7#112325
8#0B1718
9#060C0C
Tints
Lighter variations
1#438991
2#4D9FA8
3#60ADB6
4#77B9C0
5#8DC5CB
6#A4D0D5
7#BBDCE0
8#D2E8EA
9#E8F3F5
Tones
Muted variations
1#3C7177
2#3F6E74
3#426C70
4#45696D
5#49666A
6#4C6466
7#4F6163
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 | E7F2 #E7F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E8 #D2E8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD6 #AFD6DA | BordersInactive statesPlaceholder text |
| 400 | 85C0 #85C0C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62AE #62AEB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4791 #47919A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3874 #38747A | 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: #E7F2F4;
--sea-green-200: #D2E8EA;
--sea-green-300: #AFD6DA;
--sea-green-400: #85C0C7;
--sea-green-500: #62AEB7;
--sea-green-600: #47919A;
--sea-green-700: #38747A;
--sea-green-800: #285357;
--sea-green-900: #1A3538;
--sea-green-950: #102123;
}