Sea Green
#407272
CyanColor Codes
All color formats for development
HEX
#407272RGB
rgb(64, 114, 114)HSL
hsl(180, 28%, 35%)OKLCH
oklch(0.517 0.054 195.6)CMYK
cmyk(44%, 0%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A6767
2#335B5B
3#2D5050
4#274545
5#203939
6#1A2E2E
7#132222
8#0D1717
9#060B0B
Tints
Lighter variations
1#4C8787
2#589D9D
3#6AABAB
4#80B7B7
5#95C3C3
6#AACFCF
7#BFDBDB
8#D5E7E7
9#EAF3F3
Tones
Muted variations
1#437070
2#456D6D
3#486B6B
4#4A6868
5#4D6666
6#4F6363
7#526161
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 | B4D5 #B4D5D5 | BordersInactive statesPlaceholder text |
| 400 | 8DBF #8DBFBF | Disabled statesSecondary iconsMuted text |
| 500 | 6CAC #6CACAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5190 #519090 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4072 #407272 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E52 #2E5252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D34 #1D3434 | Primary textHigh emphasis contentDark headings |
| 950 | 1221 #122121 | 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: #B4D5D5;
--sea-green-400: #8DBFBF;
--sea-green-500: #6CACAC;
--sea-green-600: #519090;
--sea-green-700: #407272;
--sea-green-800: #2E5252;
--sea-green-900: #1D3434;
--sea-green-950: #122121;
}