Sea Green

#36687D

Blue

Color Codes

All color formats for development

HEX
#36687D
RGB
rgb(54, 104, 125)
HSL
hsl(198, 40%, 35%)
OKLCH
oklch(0.491 0.063 227.5)
CMYK
cmyk(57%, 17%, 0%, 51%)

Accessibility

WCAG contrast compliance

On White Background

6.12:1

AA AAA

On Black Background

3.43:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F9
100
#E6F0
200
#D1E3
300
#ADCE
400
#82B4
500
#5E9F
600
#4382
700
#3668
800
#264A
900
#182F
950
#0F1E

Shades

Darker variations

1#305D70
2#2B5364
3#254857
4#203E4B
5#1B343E
6#152932
7#101F25
8#0B1519
9#050A0C

Tints

Lighter variations

1#3F7B94
2#498EAB
3#5D9EB9
4#74ABC3
5#8BB9CD
6#A2C7D7
7#B9D5E1
8#D1E3EB
9#E8F1F5

Tones

Muted variations

1#396679
2#3D6576
3#406372
4#44626F
5#47606B
6#4B5F68
7#4F5E64
8#525C60
9#565B5D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F9
#F4F9FA
BackgroundsSubtle highlightsCard backgrounds
100
E6F0
#E6F0F4
Light backgroundsTable row hoverSkeleton loading
200
D1E3
#D1E3EB
Secondary backgroundsInput backgroundsDividers
300
ADCE
#ADCEDC
BordersInactive statesPlaceholder text
400
82B4
#82B4C9
Disabled statesSecondary iconsMuted text
500
5E9F
#5E9FBA
Primary brand colorCTAsActive elementsLinks
600
4382
#43829D
Hover statesFocus ringsPrimary buttons hover
700
3668
#36687D
Active/pressed statesDark mode accentsSecondary text
800
264A
#264A59
Text on light backgroundsHeadingsStrong borders
900
182F
#182F39
Primary textHigh emphasis contentDark headings
950
0F1E
#0F1E24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F4F9FA;
  --sea-green-100: #E6F0F4;
  --sea-green-200: #D1E3EB;
  --sea-green-300: #ADCEDC;
  --sea-green-400: #82B4C9;
  --sea-green-500: #5E9FBA;
  --sea-green-600: #43829D;
  --sea-green-700: #36687D;
  --sea-green-800: #264A59;
  --sea-green-900: #182F39;
  --sea-green-950: #0F1E24;
}
Generate More ShadesCreate PaletteConvert Color