Sea Green
#406772
CyanColor Codes
All color formats for development
HEX
#406772RGB
rgb(64, 103, 114)HSL
hsl(193, 28%, 35%)OKLCH
oklch(0.489 0.047 217.6)CMYK
cmyk(44%, 10%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A5D67
2#33535B
3#2D4850
4#273E45
5#203439
6#1A292E
7#131F22
8#0D1517
9#060A0B
Tints
Lighter variations
1#4C7B87
2#588E9D
3#6A9DAB
4#80ABB7
5#95B9C3
6#AAC7CF
7#BFD5DB
8#D5E3E7
9#EAF1F3
Tones
Muted variations
1#436670
2#45656D
3#48636B
4#4A6268
5#4D6066
6#4F5F63
7#525D61
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 | 8DB4 #8DB4BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C9E #6C9EAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5182 #518290 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4067 #406772 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4A #2E4A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2F #1D2F34 | 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: #8DB4BF;
--sea-green-500: #6C9EAC;
--sea-green-600: #518290;
--sea-green-700: #406772;
--sea-green-800: #2E4A52;
--sea-green-900: #1D2F34;
--sea-green-950: #121E21;
}