Sea Green
#367B7D
CyanColor Codes
All color formats for development
HEX
#367B7DRGB
rgb(54, 123, 125)HSL
hsl(182, 40%, 35%)OKLCH
oklch(0.54 0.069 197.9)CMYK
cmyk(57%, 2%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#306E70
2#2B6264
3#255657
4#204A4B
5#1B3D3E
6#153132
7#102525
8#0B1919
9#050C0C
Tints
Lighter variations
1#3F9194
2#49A8AB
3#5DB6B9
4#74C1C3
5#8BCBCD
6#A2D5D7
7#B9E0E1
8#D1EAEB
9#E8F5F5
Tones
Muted variations
1#397779
2#3D7476
3#407172
4#446D6F
5#476A6B
6#4B6768
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 #ADDADC | BordersInactive statesPlaceholder text |
| 400 | 82C7 #82C7C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EB7 #5EB7BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 439A #439A9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 367B #367B7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2658 #265859 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1838 #183839 | 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: #D1EAEB;
--sea-green-300: #ADDADC;
--sea-green-400: #82C7C9;
--sea-green-500: #5EB7BA;
--sea-green-600: #439A9D;
--sea-green-700: #367B7D;
--sea-green-800: #265859;
--sea-green-900: #183839;
--sea-green-950: #0F2324;
}