Sea Green
#367B7C
CyanColor Codes
All color formats for development
HEX
#367B7CRGB
rgb(54, 123, 124)HSL
hsl(181, 39%, 35%)OKLCH
oklch(0.539 0.069 196.6)CMYK
cmyk(56%, 1%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#316F70
2#2C6263
3#265657
4#214A4A
5#1B3D3E
6#163132
7#102525
8#0B1919
9#050C0C
Tints
Lighter variations
1#419293
2#4BA9AA
3#5EB7B8
4#75C1C2
5#8CCBCC
6#A3D6D7
7#BAE0E1
8#D1EAEB
9#E8F5F5
Tones
Muted variations
1#3A7879
2#3D7475
3#417172
4#446D6E
5#486A6B
6#4B6767
7#4F6364
8#526060
9#565D5D
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 | 83C7 #83C7C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB8 #5FB8B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 449A #449A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 367B #367B7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2758 #275859 | 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: #83C7C9;
--sea-green-500: #5FB8B9;
--sea-green-600: #449A9C;
--sea-green-700: #367B7C;
--sea-green-800: #275859;
--sea-green-900: #193839;
--sea-green-950: #102323;
}