Sea Green
#387A7A
CyanColor Codes
All color formats for development
HEX
#387A7ARGB
rgb(56, 122, 122)HSL
hsl(180, 37%, 35%)OKLCH
oklch(0.537 0.067 195.3)CMYK
cmyk(54%, 0%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#336E6E
2#2D6262
3#275656
4#224949
5#1C3D3D
6#163131
7#112525
8#0B1818
9#060C0C
Tints
Lighter variations
1#439191
2#4DA8A8
3#60B6B6
4#77C0C0
5#8DCBCB
6#A4D5D5
7#BBE0E0
8#D2EAEA
9#E8F5F5
Tones
Muted variations
1#3C7777
2#3F7474
3#427070
4#456D6D
5#496A6A
6#4C6666
7#4F6363
8#536060
9#565D5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F4 #E7F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2EA #D2EAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFDA #AFDADA | BordersInactive statesPlaceholder text |
| 400 | 85C7 #85C7C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62B7 #62B7B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 479A #479A9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 387A #387A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2857 #285757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A38 #1A3838 | Primary textHigh emphasis contentDark headings |
| 950 | 1023 #102323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F5FAFA;
--sea-green-100: #E7F4F4;
--sea-green-200: #D2EAEA;
--sea-green-300: #AFDADA;
--sea-green-400: #85C7C7;
--sea-green-500: #62B7B7;
--sea-green-600: #479A9A;
--sea-green-700: #387A7A;
--sea-green-800: #285757;
--sea-green-900: #1A3838;
--sea-green-950: #102323;
}