Sea Green
#366E7C
CyanColor Codes
All color formats for development
HEX
#366E7CRGB
rgb(54, 110, 124)HSL
hsl(192, 39%, 35%)OKLCH
oklch(0.506 0.063 216.2)CMYK
cmyk(56%, 11%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#316370
2#2C5863
3#264D57
4#21424A
5#1B373E
6#162C32
7#102125
8#0B1619
9#050B0C
Tints
Lighter variations
1#418393
2#4B97AA
3#5EA6B8
4#75B3C2
5#8CC0CC
6#A3CCD7
7#BAD9E1
8#D1E6EB
9#E8F2F5
Tones
Muted variations
1#3A6C79
2#3D6A75
3#416872
4#44666E
5#48646B
6#4B6267
7#4F6064
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 | D1E6 #D1E6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD2 #ADD2DB | BordersInactive statesPlaceholder text |
| 400 | 83BB #83BBC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA7 #5FA7B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 448A #448A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 366E #366E7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274F #274F59 | 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: #D1E6EB;
--sea-green-300: #ADD2DB;
--sea-green-400: #83BBC9;
--sea-green-500: #5FA7B9;
--sea-green-600: #448A9C;
--sea-green-700: #366E7C;
--sea-green-800: #274F59;
--sea-green-900: #193239;
--sea-green-950: #101F23;
}