Sea Green

#327B81

Cyan

Color Codes

All color formats for development

HEX
#327B81
RGB
rgb(50, 123, 129)
HSL
hsl(185, 44%, 35%)
OKLCH
oklch(0.54 0.072 202.7)
CMYK
cmyk(61%, 5%, 0%, 49%)

Accessibility

WCAG contrast compliance

On White Background

4.90:1

AA AAA

On Black Background

4.29:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4FA
100
#E5F4
200
#CFEA
300
#ABDA
400
#7EC6
500
#5AB6
600
#3F99
700
#327A
800
#2457
900
#1738
950
#0E23

Shades

Darker variations

1#2D6E74
2#286267
3#23555A
4#1E494D
5#193D40
6#143133
7#0F2527
8#0A181A
9#050C0D

Tints

Lighter variations

1#3B9198
2#45A7B0
3#58B6BE
4#70C0C7
5#88CBD1
6#A0D5DA
7#B7E0E3
8#CFEAEC
9#E7F5F6

Tones

Muted variations

1#36777D
2#3A7379
3#3E7075
4#426D71
5#466A6D
6#4A6669
7#4D6365
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
CFEA
#CFEAEC
Secondary backgroundsInput backgroundsDividers
300
ABDA
#ABDADE
BordersInactive statesPlaceholder text
400
7EC6
#7EC6CD
Disabled statesSecondary iconsMuted text
500
5AB6
#5AB6BF
Primary brand colorCTAsActive elementsLinks
600
3F99
#3F99A2
Hover statesFocus ringsPrimary buttons hover
700
327A
#327A81
Active/pressed statesDark mode accentsSecondary text
800
2457
#24575C
Text on light backgroundsHeadingsStrong borders
900
1738
#17383B
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: #CFEAEC;
  --sea-green-300: #ABDADE;
  --sea-green-400: #7EC6CD;
  --sea-green-500: #5AB6BF;
  --sea-green-600: #3F99A2;
  --sea-green-700: #327A81;
  --sea-green-800: #24575C;
  --sea-green-900: #17383B;
  --sea-green-950: #0E2325;
}
Generate More ShadesCreate PaletteConvert Color