Sea Green
#38777A
CyanColor Codes
All color formats for development
HEX
#38777ARGB
rgb(56, 119, 122)HSL
hsl(183, 37%, 35%)OKLCH
oklch(0.529 0.065 199.5)CMYK
cmyk(54%, 2%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#336B6E
2#2D5F62
3#275356
4#224749
5#1C3B3D
6#163031
7#112425
8#0B1818
9#060C0C
Tints
Lighter variations
1#438D91
2#4DA3A8
3#60B2B6
4#77BDC0
5#8DC8CB
6#A4D3D5
7#BBDEE0
8#D2E9EA
9#E8F4F5
Tones
Muted variations
1#3C7477
2#3F7174
3#426E70
4#456B6D
5#49686A
6#4C6566
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 | D2E9 #D2E9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD8 #AFD8DA | BordersInactive statesPlaceholder text |
| 400 | 85C3 #85C3C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62B2 #62B2B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4796 #47969A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3877 #38777A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2855 #285557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A36 #1A3638 | 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: #AFD8DA;
--sea-green-400: #85C3C7;
--sea-green-500: #62B2B7;
--sea-green-600: #47969A;
--sea-green-700: #38777A;
--sea-green-800: #285557;
--sea-green-900: #1A3638;
--sea-green-950: #102223;
}