Sea Green
#406872
CyanColor Codes
All color formats for development
HEX
#406872RGB
rgb(64, 104, 114)HSL
hsl(192, 28%, 35%)OKLCH
oklch(0.492 0.048 215.4)CMYK
cmyk(44%, 9%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A5E67
2#33535B
3#2D4950
4#273F45
5#203439
6#1A2A2E
7#131F22
8#0D1517
9#060A0B
Tints
Lighter variations
1#4C7C87
2#588F9D
3#6A9EAB
4#80ACB7
5#95BAC3
6#AAC8CF
7#BFD6DB
8#D5E3E7
9#EAF1F3
Tones
Muted variations
1#436770
2#45656D
3#48646B
4#4A6268
5#4D6166
6#4F5F63
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 | D5E3 #D5E3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4CE #B4CED5 | BordersInactive statesPlaceholder text |
| 400 | 8DB5 #8DB5BF | Disabled statesSecondary iconsMuted text |
| 500 | 6CA0 #6CA0AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5183 #518390 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4068 #406872 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4A #2E4A52 | 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: #D5E3E7;
--sea-green-300: #B4CED5;
--sea-green-400: #8DB5BF;
--sea-green-500: #6CA0AC;
--sea-green-600: #518390;
--sea-green-700: #406872;
--sea-green-800: #2E4A52;
--sea-green-900: #1D3034;
--sea-green-950: #121E21;
}