Sea Green
#3F7373
CyanColor Codes
All color formats for development
HEX
#3F7373RGB
rgb(63, 115, 115)HSL
hsl(180, 29%, 35%)OKLCH
oklch(0.52 0.056 195.6)CMYK
cmyk(45%, 0%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#396868
2#335C5C
3#2C5151
4#264545
5#203A3A
6#192E2E
7#132323
8#0D1717
9#060C0C
Tints
Lighter variations
1#4B8989
2#579E9E
3#69ADAD
4#7FB8B8
5#94C4C4
6#A9D0D0
7#BFDCDC
8#D4E7E7
9#EAF3F3
Tones
Muted variations
1#427171
2#456E6E
3#476B6B
4#4A6969
5#4C6666
6#4F6464
7#516161
8#545E5E
9#575C5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F2 #E8F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E7 #D4E7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D5 #B3D5D5 | BordersInactive statesPlaceholder text |
| 400 | 8CC0 #8CC0C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BAE #6BAEAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5091 #509191 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F73 #3F7373 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D52 #2D5252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D35 #1D3535 | Primary textHigh emphasis contentDark headings |
| 950 | 1221 #122121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F5FAFA;
--sea-green-100: #E8F2F2;
--sea-green-200: #D4E7E7;
--sea-green-300: #B3D5D5;
--sea-green-400: #8CC0C0;
--sea-green-500: #6BAEAE;
--sea-green-600: #509191;
--sea-green-700: #3F7373;
--sea-green-800: #2D5252;
--sea-green-900: #1D3535;
--sea-green-950: #122121;
}