Sea Green
#406E72
CyanColor Codes
All color formats for development
HEX
#406E72RGB
rgb(64, 110, 114)HSL
hsl(185, 28%, 35%)OKLCH
oklch(0.507 0.051 202.8)CMYK
cmyk(44%, 4%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A6367
2#33585B
3#2D4D50
4#274245
5#203739
6#1A2C2E
7#132122
8#0D1617
9#060B0B
Tints
Lighter variations
1#4C8387
2#58979D
3#6AA6AB
4#80B3B7
5#95BFC3
6#AACCCF
7#BFD9DB
8#D5E6E7
9#EAF2F3
Tones
Muted variations
1#436C70
2#456A6D
3#48686B
4#4A6668
5#4D6466
6#4F6263
7#525F61
8#545D5E
9#575B5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E6 #D5E6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4D2 #B4D2D5 | BordersInactive statesPlaceholder text |
| 400 | 8DBB #8DBBBF | Disabled statesSecondary iconsMuted text |
| 500 | 6CA7 #6CA7AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 518A #518A90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 406E #406E72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4F #2E4F52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D32 #1D3234 | Primary textHigh emphasis contentDark headings |
| 950 | 121F #121F21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F5F9F9;
--sea-green-100: #E8F1F2;
--sea-green-200: #D5E6E7;
--sea-green-300: #B4D2D5;
--sea-green-400: #8DBBBF;
--sea-green-500: #6CA7AC;
--sea-green-600: #518A90;
--sea-green-700: #406E72;
--sea-green-800: #2E4F52;
--sea-green-900: #1D3234;
--sea-green-950: #121F21;
}