Sea Green

#36797D

Cyan

Color Codes

All color formats for development

HEX
#36797D
RGB
rgb(54, 121, 125)
HSL
hsl(183, 40%, 35%)
OKLCH
oklch(0.535 0.068 200.6)
CMYK
cmyk(57%, 3%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

5.01:1

AA AAA

On Black Background

4.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E6F4
200
#D1EA
300
#ADD9
400
#82C6
500
#5EB6
600
#4399
700
#3679
800
#2657
900
#1837
950
#0F23

Shades

Darker variations

1#306D70
2#2B6164
3#255557
4#20494B
5#1B3D3E
6#153132
7#102425
8#0B1819
9#050C0C

Tints

Lighter variations

1#3F9094
2#49A6AB
3#5DB5B9
4#74BFC3
5#8BCACD
6#A2D5D7
7#B9DFE1
8#D1EAEB
9#E8F4F5

Tones

Muted variations

1#397679
2#3D7376
3#407072
4#446D6F
5#47696B
6#4B6668
7#4F6364
8#526060
9#565C5D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFA
BackgroundsSubtle highlightsCard backgrounds
100
E6F4
#E6F4F4
Light backgroundsTable row hoverSkeleton loading
200
D1EA
#D1EAEB
Secondary backgroundsInput backgroundsDividers
300
ADD9
#ADD9DC
BordersInactive statesPlaceholder text
400
82C6
#82C6C9
Disabled statesSecondary iconsMuted text
500
5EB6
#5EB6BA
Primary brand colorCTAsActive elementsLinks
600
4399
#43999D
Hover statesFocus ringsPrimary buttons hover
700
3679
#36797D
Active/pressed statesDark mode accentsSecondary text
800
2657
#265759
Text on light backgroundsHeadingsStrong borders
900
1837
#183739
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: #ADD9DC;
  --sea-green-400: #82C6C9;
  --sea-green-500: #5EB6BA;
  --sea-green-600: #43999D;
  --sea-green-700: #36797D;
  --sea-green-800: #265759;
  --sea-green-900: #183739;
  --sea-green-950: #0F2324;
}
Generate More ShadesCreate PaletteConvert Color