Sea Green
#36707C
CyanColor Codes
All color formats for development
HEX
#36707CRGB
rgb(54, 112, 124)HSL
hsl(190, 39%, 35%)OKLCH
oklch(0.511 0.063 212.9)CMYK
cmyk(56%, 10%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#316570
2#2C5A63
3#264F57
4#21434A
5#1B383E
6#162D32
7#102225
8#0B1619
9#050B0C
Tints
Lighter variations
1#418593
2#4B9AAA
3#5EA9B8
4#75B5C2
5#8CC2CC
6#A3CED7
7#BADAE1
8#D1E6EB
9#E8F3F5
Tones
Muted variations
1#3A6E79
2#3D6C75
3#416972
4#44676E
5#48656B
6#4B6367
7#4F6064
8#525E60
9#565C5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E6 #D1E6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD4 #ADD4DB | BordersInactive statesPlaceholder text |
| 400 | 83BD #83BDC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FAA #5FAAB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 448D #448D9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3670 #36707C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2750 #275059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1933 #193339 | Primary textHigh emphasis contentDark headings |
| 950 | 1020 #102023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sea-green-50: #F4F9FA;
--sea-green-100: #E6F2F4;
--sea-green-200: #D1E6EB;
--sea-green-300: #ADD4DB;
--sea-green-400: #83BDC9;
--sea-green-500: #5FAAB9;
--sea-green-600: #448D9C;
--sea-green-700: #36707C;
--sea-green-800: #275059;
--sea-green-900: #193339;
--sea-green-950: #102023;
}