Sea Green
#407172
CyanColor Codes
All color formats for development
HEX
#407172RGB
rgb(64, 113, 114)HSL
hsl(181, 28%, 35%)OKLCH
oklch(0.515 0.053 197.3)CMYK
cmyk(44%, 1%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A6667
2#335B5B
3#2D4F50
4#274445
5#203939
6#1A2D2E
7#132222
8#0D1717
9#060B0B
Tints
Lighter variations
1#4C8687
2#589C9D
3#6AAAAB
4#80B6B7
5#95C3C3
6#AACFCF
7#BFDBDB
8#D5E7E7
9#EAF3F3
Tones
Muted variations
1#436F70
2#456D6D
3#486A6B
4#4A6868
5#4D6566
6#4F6363
7#526061
8#545E5E
9#575C5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F2 #E8F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E7 #D5E7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4D4 #B4D4D5 | BordersInactive statesPlaceholder text |
| 400 | 8DBE #8DBEBF | Disabled statesSecondary iconsMuted text |
| 500 | 6CAB #6CABAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 518F #518F90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4071 #407172 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E51 #2E5152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D34 #1D3434 | Primary textHigh emphasis contentDark headings |
| 950 | 1220 #122021 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F5F9F9;
--sea-green-100: #E8F2F2;
--sea-green-200: #D5E7E7;
--sea-green-300: #B4D4D5;
--sea-green-400: #8DBEBF;
--sea-green-500: #6CABAC;
--sea-green-600: #518F90;
--sea-green-700: #407172;
--sea-green-800: #2E5152;
--sea-green-900: #1D3434;
--sea-green-950: #122021;
}