Sea Green
#367C7D
CyanColor Codes
All color formats for development
HEX
#367C7DRGB
rgb(54, 124, 125)HSL
hsl(181, 40%, 35%)OKLCH
oklch(0.542 0.07 196.6)CMYK
cmyk(57%, 1%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#306F70
2#2B6364
3#255757
4#204A4B
5#1B3E3E
6#153232
7#102525
8#0B1919
9#050C0C
Tints
Lighter variations
1#3F9394
2#49AAAB
3#5DB8B9
4#74C2C3
5#8BCCCD
6#A2D6D7
7#B9E1E1
8#D1EBEB
9#E8F5F5
Tones
Muted variations
1#397879
2#3D7576
3#407172
4#446E6F
5#476B6B
6#4B6768
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 | ADDB #ADDBDC | BordersInactive statesPlaceholder text |
| 400 | 82C8 #82C8C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EB9 #5EB9BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 439C #439C9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 367C #367C7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2658 #265859 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1839 #183939 | Primary textHigh emphasis contentDark headings |
| 950 | 0F23 #0F2324 | 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: #ADDBDC;
--sea-green-400: #82C8C9;
--sea-green-500: #5EB9BA;
--sea-green-600: #439C9D;
--sea-green-700: #367C7D;
--sea-green-800: #265859;
--sea-green-900: #183939;
--sea-green-950: #0F2324;
}