Sea Green

#397179

Cyan

Color Codes

All color formats for development

HEX
#397179
RGB
rgb(57, 113, 121)
HSL
hsl(188, 36%, 35%)
OKLCH
oklch(0.514 0.06 207.6)
CMYK
cmyk(53%, 7%, 0%, 53%)

Accessibility

WCAG contrast compliance

On White Background

5.51:1

AA AAA

On Black Background

3.81:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F9
100
#E7F2
200
#D2E7
300
#AFD4
400
#86BD
500
#63AB
600
#488E
700
#3971
800
#2951
900
#1A34
950
#1020

Shades

Darker variations

1#33666D
2#2E5A61
3#284F55
4#224449
5#1D383D
6#172D31
7#112224
8#0B1718
9#060B0C

Tints

Lighter variations

1#448690
2#4E9BA6
3#61AAB5
4#78B6BF
5#8EC2CA
6#A5CED5
7#BBDADF
8#D2E7EA
9#E8F3F4

Tones

Muted variations

1#3C6E76
2#406C73
3#436A70
4#46676D
5#496569
6#4C6366
7#506063
8#535E60
9#565C5C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F9
#F5F9FA
BackgroundsSubtle highlightsCard backgrounds
100
E7F2
#E7F2F4
Light backgroundsTable row hoverSkeleton loading
200
D2E7
#D2E7EA
Secondary backgroundsInput backgroundsDividers
300
AFD4
#AFD4D9
BordersInactive statesPlaceholder text
400
86BD
#86BDC6
Disabled statesSecondary iconsMuted text
500
63AB
#63ABB6
Primary brand colorCTAsActive elementsLinks
600
488E
#488E99
Hover statesFocus ringsPrimary buttons hover
700
3971
#397179
Active/pressed statesDark mode accentsSecondary text
800
2951
#295157
Text on light backgroundsHeadingsStrong borders
900
1A34
#1A3437
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: #F5F9FA;
  --sea-green-100: #E7F2F4;
  --sea-green-200: #D2E7EA;
  --sea-green-300: #AFD4D9;
  --sea-green-400: #86BDC6;
  --sea-green-500: #63ABB6;
  --sea-green-600: #488E99;
  --sea-green-700: #397179;
  --sea-green-800: #295157;
  --sea-green-900: #1A3437;
  --sea-green-950: #102023;
}
Generate More ShadesCreate PaletteConvert Color