Sea Green

#077844

Green

Color Codes

All color formats for development

HEX
#077844
RGB
rgb(7, 120, 68)
HSL
hsl(152, 89%, 25%)
OKLCH
oklch(0.504 0.122 155.1)
CMYK
cmyk(94%, 0%, 43%, 53%)

Accessibility

WCAG contrast compliance

On White Background

5.56:1

AA AAA

On Black Background

3.78:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DDFD
200
#C0FB
300
#90F9
400
#56F5
500
#26F2
600
#0CD4
700
#0AA9
800
#0778
900
#044D
950
#0330

Shades

Darker variations

1#066C3D
2#066036
3#05542F
4#044829
5#043C22
6#03301B
7#022414
8#01180E
9#010C07

Tints

Lighter variations

1#099D58
2#0BC16C
3#0DE580
4#26F293
5#4AF4A5
6#6EF7B7
7#93F9C9
8#B7FBDB
9#DBFDED

Tones

Muted variations

1#0D7343
2#126D43
3#186742
4#1E6242
5#235C42
6#295641
7#2F5141
8#344B41
9#3A4540

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF8
BackgroundsSubtle highlightsCard backgrounds
100
DDFD
#DDFDEE
Light backgroundsTable row hoverSkeleton loading
200
C0FB
#C0FBE0
Secondary backgroundsInput backgroundsDividers
300
90F9
#90F9C8
BordersInactive statesPlaceholder text
400
56F5
#56F5AB
Disabled statesSecondary iconsMuted text
500
26F2
#26F293
Primary brand colorCTAsActive elementsLinks
600
0CD4
#0CD477
Hover statesFocus ringsPrimary buttons hover
700
0AA9
#0AA95F
Active/pressed statesDark mode accentsSecondary text
800
0778
#077844
Text on light backgroundsHeadingsStrong borders
900
044D
#044D2B
Primary textHigh emphasis contentDark headings
950
0330
#03301B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sea-green-50: #F1FEF8;
  --sea-green-100: #DDFDEE;
  --sea-green-200: #C0FBE0;
  --sea-green-300: #90F9C8;
  --sea-green-400: #56F5AB;
  --sea-green-500: #26F293;
  --sea-green-600: #0CD477;
  --sea-green-700: #0AA95F;
  --sea-green-800: #077844;
  --sea-green-900: #044D2B;
  --sea-green-950: #03301B;
}
Generate More ShadesCreate PaletteConvert Color