Sea Green
#437070
CyanColor Codes
All color formats for development
HEX
#437070RGB
rgb(67, 112, 112)HSL
hsl(180, 25%, 35%)OKLCH
oklch(0.513 0.05 195.7)CMYK
cmyk(40%, 0%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C6464
2#365959
3#2F4E4E
4#284343
5#213838
6#1B2D2D
7#142121
8#0D1616
9#070B0B
Tints
Lighter variations
1#4F8484
2#5C9999
3#6EA8A8
4#83B4B4
5#97C1C1
6#ACCDCD
7#C1DADA
8#D6E6E6
9#EAF3F3
Tones
Muted variations
1#456D6D
2#476B6B
3#4A6969
4#4C6767
5#4E6464
6#506262
7#536060
8#555E5E
9#575B5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F2 #E9F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E6 #D6E6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6D3 #B6D3D3 | BordersInactive statesPlaceholder text |
| 400 | 8FBC #8FBCBC | Disabled statesSecondary iconsMuted text |
| 500 | 70A9 #70A9A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 548C #548C8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4370 #437070 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3050 #305050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F33 #1F3333 | Primary textHigh emphasis contentDark headings |
| 950 | 1320 #132020 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F5F9F9;
--sea-green-100: #E9F2F2;
--sea-green-200: #D6E6E6;
--sea-green-300: #B6D3D3;
--sea-green-400: #8FBCBC;
--sea-green-500: #70A9A9;
--sea-green-600: #548C8C;
--sea-green-700: #437070;
--sea-green-800: #305050;
--sea-green-900: #1F3333;
--sea-green-950: #132020;
}