Sea Green
#366D7C
CyanColor Codes
All color formats for development
HEX
#366D7CRGB
rgb(54, 109, 124)HSL
hsl(193, 39%, 35%)OKLCH
oklch(0.503 0.063 217.9)CMYK
cmyk(56%, 12%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#316270
2#2C5763
3#264C57
4#21414A
5#1B363E
6#162C32
7#102125
8#0B1619
9#050B0C
Tints
Lighter variations
1#418193
2#4B95AA
3#5EA5B8
4#75B2C2
5#8CBECC
6#A3CBD7
7#BAD8E1
8#D1E5EB
9#E8F2F5
Tones
Muted variations
1#3A6B79
2#3D6975
3#416772
4#44656E
5#48636B
6#4B6167
7#4F5F64
8#525D60
9#565B5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E5 #D1E5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD1 #ADD1DB | BordersInactive statesPlaceholder text |
| 400 | 83B9 #83B9C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA6 #5FA6B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4489 #44899C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 366D #366D7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274E #274E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1932 #193239 | Primary textHigh emphasis contentDark headings |
| 950 | 101F #101F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4F9FA;
--sea-green-100: #E6F1F4;
--sea-green-200: #D1E5EB;
--sea-green-300: #ADD1DB;
--sea-green-400: #83B9C9;
--sea-green-500: #5FA6B9;
--sea-green-600: #44899C;
--sea-green-700: #366D7C;
--sea-green-800: #274E59;
--sea-green-900: #193239;
--sea-green-950: #101F23;
}