Sea Green
#3F6A73
CyanColor Codes
All color formats for development
HEX
#3F6A73RGB
rgb(63, 106, 115)HSL
hsl(190, 29%, 35%)OKLCH
oklch(0.497 0.05 212.5)CMYK
cmyk(45%, 8%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#396068
2#33555C
3#2C4B51
4#264045
5#20353A
6#192B2E
7#132023
8#0D1517
9#060B0C
Tints
Lighter variations
1#4B7E89
2#57929E
3#69A1AD
4#7FAFB8
5#94BCC4
6#A9CAD0
7#BFD7DC
8#D4E4E7
9#EAF2F3
Tones
Muted variations
1#426971
2#45676E
3#47656B
4#4A6469
5#4C6266
6#4F6064
7#515E61
8#545D5E
9#575B5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E4 #D4E4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D0 #B3D0D5 | BordersInactive statesPlaceholder text |
| 400 | 8CB7 #8CB7C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BA2 #6BA2AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5086 #508691 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F6B #3F6B73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D4C #2D4C52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D31 #1D3135 | Primary textHigh emphasis contentDark headings |
| 950 | 121E #121E21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F5F9FA;
--sea-green-100: #E8F1F2;
--sea-green-200: #D4E4E7;
--sea-green-300: #B3D0D5;
--sea-green-400: #8CB7C0;
--sea-green-500: #6BA2AE;
--sea-green-600: #508691;
--sea-green-700: #3F6B73;
--sea-green-800: #2D4C52;
--sea-green-900: #1D3135;
--sea-green-950: #121E21;
}