Sea Green

#159D6B

Green

Color Codes

All color formats for development

HEX
#159D6B
RGB
rgb(21, 157, 107)
HSL
hsl(158, 76%, 35%)
OKLCH
oklch(0.617 0.132 161.2)
CMYK
cmyk(87%, 0%, 32%, 38%)

Accessibility

WCAG contrast compliance

On White Background

3.46:1

AA AAA

On Black Background

6.07:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FB
200
#C5F7
300
#98F1
400
#62EA
500
#35E3
600
#1BC5
700
#159D
800
#0F70
900
#0A48
950
#062D

Shades

Darker variations

1#138D61
2#117E56
3#0F6E4B
4#0D5E40
5#0B4F36
6#093F2B
7#062F20
8#041F15
9#02100B

Tints

Lighter variations

1#19BA7F
2#1DD793
3#33E3A2
4#50E7B0
5#6DEBBD
6#8AEFCA
7#A7F3D7
8#C5F7E5
9#E2FBF2

Tones

Muted variations

1#1C966A
2#239068
3#2A8966
4#318264
5#377B62
6#3E7460
7#456E5F
8#4C675D
9#52605B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF9
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF1
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7E5
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1D0
BordersInactive statesPlaceholder text
400
62EA
#62EAB8
Disabled statesSecondary iconsMuted text
500
35E3
#35E3A4
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC587
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D6B
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F704D
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4831
Primary textHigh emphasis contentDark headings
950
062D
#062D1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F2FDF9;
  --sea-green-100: #E0FBF1;
  --sea-green-200: #C5F7E5;
  --sea-green-300: #98F1D0;
  --sea-green-400: #62EAB8;
  --sea-green-500: #35E3A4;
  --sea-green-600: #1BC587;
  --sea-green-700: #159D6B;
  --sea-green-800: #0F704D;
  --sea-green-900: #0A4831;
  --sea-green-950: #062D1F;
}
Generate More ShadesCreate PaletteConvert Color