Sea Green
#36737D
CyanColor Codes
All color formats for development
HEX
#36737DRGB
rgb(54, 115, 125)HSL
hsl(188, 40%, 35%)OKLCH
oklch(0.519 0.065 209.5)CMYK
cmyk(57%, 8%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#306870
2#2B5C64
3#255157
4#20454B
5#1B3A3E
6#152E32
7#102325
8#0B1719
9#050C0C
Tints
Lighter variations
1#3F8994
2#499EAB
3#5DADB9
4#74B9C3
5#8BC4CD
6#A2D0D7
7#B9DCE1
8#D1E8EB
9#E8F3F5
Tones
Muted variations
1#397179
2#3D6E76
3#406C72
4#44696F
5#47666B
6#4B6468
7#4F6164
8#525E60
9#565C5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E8 #D1E8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD6 #ADD6DC | BordersInactive statesPlaceholder text |
| 400 | 82C0 #82C0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EAE #5EAEBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4391 #43919D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3673 #36737D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2652 #265259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1835 #183539 | Primary textHigh emphasis contentDark headings |
| 950 | 0F21 #0F2124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4FAFA;
--sea-green-100: #E6F2F4;
--sea-green-200: #D1E8EB;
--sea-green-300: #ADD6DC;
--sea-green-400: #82C0C9;
--sea-green-500: #5EAEBA;
--sea-green-600: #43919D;
--sea-green-700: #36737D;
--sea-green-800: #265259;
--sea-green-900: #183539;
--sea-green-950: #0F2124;
}