Sea Green
#406972
CyanColor Codes
All color formats for development
HEX
#406972RGB
rgb(64, 105, 114)HSL
hsl(191, 28%, 35%)OKLCH
oklch(0.494 0.048 213.2)CMYK
cmyk(44%, 8%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A5F67
2#33545B
3#2D4A50
4#273F45
5#203539
6#1A2A2E
7#132022
8#0D1517
9#060B0B
Tints
Lighter variations
1#4C7D87
2#58909D
3#6AA0AB
4#80ADB7
5#95BBC3
6#AAC8CF
7#BFD6DB
8#D5E4E7
9#EAF1F3
Tones
Muted variations
1#436770
2#45666D
3#48646B
4#4A6368
5#4D6166
6#4F6063
7#525E61
8#545C5E
9#575B5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E4 #D5E4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4CF #B4CFD5 | BordersInactive statesPlaceholder text |
| 400 | 8DB6 #8DB6BF | Disabled statesSecondary iconsMuted text |
| 500 | 6CA1 #6CA1AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5184 #518490 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4069 #406972 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4B #2E4B52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D30 #1D3034 | 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: #F5F9F9;
--sea-green-100: #E8F0F2;
--sea-green-200: #D5E4E7;
--sea-green-300: #B4CFD5;
--sea-green-400: #8DB6BF;
--sea-green-500: #6CA1AC;
--sea-green-600: #518490;
--sea-green-700: #406972;
--sea-green-800: #2E4B52;
--sea-green-900: #1D3034;
--sea-green-950: #121E21;
}