Sea Green
#367A7C
CyanColor Codes
All color formats for development
HEX
#367A7CRGB
rgb(54, 122, 124)HSL
hsl(182, 39%, 35%)OKLCH
oklch(0.537 0.068 197.9)CMYK
cmyk(56%, 2%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#316E70
2#2C6163
3#265557
4#21494A
5#1B3D3E
6#163132
7#102525
8#0B1819
9#050C0C
Tints
Lighter variations
1#419093
2#4BA7AA
3#5EB5B8
4#75C0C2
5#8CCACC
6#A3D5D7
7#BADFE1
8#D1EAEB
9#E8F4F5
Tones
Muted variations
1#3A7679
2#3D7375
3#417072
4#446D6E
5#48696B
6#4B6667
7#4F6364
8#526060
9#565C5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1EA #D1EAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADDA #ADDADB | BordersInactive statesPlaceholder text |
| 400 | 83C6 #83C6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB6 #5FB6B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4499 #44999C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 367A #367A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2757 #275759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1938 #193839 | Primary textHigh emphasis contentDark headings |
| 950 | 1023 #102323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4FAFA;
--sea-green-100: #E6F4F4;
--sea-green-200: #D1EAEB;
--sea-green-300: #ADDADB;
--sea-green-400: #83C6C9;
--sea-green-500: #5FB6B9;
--sea-green-600: #44999C;
--sea-green-700: #367A7C;
--sea-green-800: #275759;
--sea-green-900: #193839;
--sea-green-950: #102323;
}