Sea Green
#367D7D
CyanColor Codes
All color formats for development
HEX
#367D7DRGB
rgb(54, 125, 125)HSL
hsl(180, 40%, 35%)OKLCH
oklch(0.545 0.071 195.3)CMYK
cmyk(57%, 0%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#307070
2#2B6464
3#255757
4#204B4B
5#1B3E3E
6#153232
7#102525
8#0B1919
9#050C0C
Tints
Lighter variations
1#3F9494
2#49ABAB
3#5DB9B9
4#74C3C3
5#8BCDCD
6#A2D7D7
7#B9E1E1
8#D1EBEB
9#E8F5F5
Tones
Muted variations
1#397979
2#3D7676
3#407272
4#446F6F
5#476B6B
6#4B6868
7#4F6464
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 | D1EB #D1EBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADDC #ADDCDC | BordersInactive statesPlaceholder text |
| 400 | 82C9 #82C9C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EBA #5EBABA | Primary brand colorCTAsActive elementsLinks |
| 600 | 439D #439D9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 367D #367D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2659 #265959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1839 #183939 | Primary textHigh emphasis contentDark headings |
| 950 | 0F24 #0F2424 | 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: #D1EBEB;
--sea-green-300: #ADDCDC;
--sea-green-400: #82C9C9;
--sea-green-500: #5EBABA;
--sea-green-600: #439D9D;
--sea-green-700: #367D7D;
--sea-green-800: #265959;
--sea-green-900: #183939;
--sea-green-950: #0F2424;
}