Sea Green

#317C81

Cyan

Color Codes

All color formats for development

HEX
#317C81
RGB
rgb(49, 124, 129)
HSL
hsl(184, 45%, 35%)
OKLCH
oklch(0.542 0.073 201.3)
CMYK
cmyk(62%, 4%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

4.85:1

AA AAA

On Black Background

4.33:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E5F4
200
#CFEB
300
#AADB
400
#7EC9
500
#59B9
600
#3E9C
700
#317C
800
#2359
900
#1639
950
#0E23

Shades

Darker variations

1#2C7074
2#276368
3#22575B
4#1D4A4E
5#193E41
6#143234
7#0F2527
8#0A191A
9#050C0D

Tints

Lighter variations

1#3A9399
2#43AAB1
3#57B8BF
4#6FC2C8
5#87CCD1
6#9FD7DB
7#B7E1E4
8#CFEBED
9#E7F5F6

Tones

Muted variations

1#35797D
2#397579
3#3D7275
4#416E71
5#456B6D
6#496769
7#4D6465
8#516061
9#555D5D

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4FA
#F4FAFB
BackgroundsSubtle highlightsCard backgrounds
100
E5F4
#E5F4F5
Light backgroundsTable row hoverSkeleton loading
200
CFEB
#CFEBED
Secondary backgroundsInput backgroundsDividers
300
AADB
#AADBDF
BordersInactive statesPlaceholder text
400
7EC9
#7EC9CE
Disabled statesSecondary iconsMuted text
500
59B9
#59B9C0
Primary brand colorCTAsActive elementsLinks
600
3E9C
#3E9CA3
Hover statesFocus ringsPrimary buttons hover
700
317C
#317C81
Active/pressed statesDark mode accentsSecondary text
800
2359
#23595C
Text on light backgroundsHeadingsStrong borders
900
1639
#16393B
Primary textHigh emphasis contentDark headings
950
0E23
#0E2325
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F4FAFB;
  --sea-green-100: #E5F4F5;
  --sea-green-200: #CFEBED;
  --sea-green-300: #AADBDF;
  --sea-green-400: #7EC9CE;
  --sea-green-500: #59B9C0;
  --sea-green-600: #3E9CA3;
  --sea-green-700: #317C81;
  --sea-green-800: #23595C;
  --sea-green-900: #16393B;
  --sea-green-950: #0E2325;
}
Generate More ShadesCreate PaletteConvert Color